Skip to content

Commit

Permalink
Changed default SSB name from "Chrome SSB" to "My Chrome SSB" to avoi…
Browse files Browse the repository at this point in the history
…d confusion with the library directory name.
  • Loading branch information
David Marmor committed Jun 3, 2015
1 parent 5a4f675 commit 3ccee47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.applescript
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(*
*
* main.applescript: A simple AppleScript GUI for creating Chrome SSBs in
* Mac OSX.
* main.applescript: An AppleScript GUI for creating Chrome SSBs in Mac OSX.
*
* Copyright (C) 2015 David Marmor
*
Expand Down Expand Up @@ -97,7 +96,7 @@ Click \"Add\" to add a tab. If you click \"Done (Don't Add)\" now, the SSB will
end tablist

-- INITIALIZE IMPORTANT VARIABLES
set ssbBase to "Chrome SSB"
set ssbBase to "My Chrome SSB"
set ssbURLs to 0

repeat
Expand Down

0 comments on commit 3ccee47

Please sign in to comment.