Skip to content

Commit

Permalink
0.3 with small tweak (removed disable option b/c of bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Jun 5, 2007
1 parent 4de77f4 commit cbd1f36
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file modified Releases/0.3/Texter Installer 0.3.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions Releases/0.3/texter.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@ Menu,TRAY,Add,P&references...,PREFERENCES
Menu,TRAY,Add,&Help,HELP
Menu,TRAY,Add
Menu,TRAY,Add,&About...,ABOUT
Menu,TRAY,Add,&Disable,DISABLE
if disable = 1
Menu,Tray,Check,&Disable
;Menu,TRAY,Add,&Disable,DISABLE
;if disable = 1
; Menu,Tray,Check,&Disable
Menu,TRAY,Add,E&xit,EXIT
Menu,TRAY,Default,&Manage hotstrings
Menu,Tray,Tip,Texter
Expand Down
Binary file modified Releases/0.3/texter.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Next time:
Features/fixes for 0.3 release:
x Automatically check for updates
x Printable list of hotstrings
X Disable Texter through the system tray
- Disable Texter through the system tray (deprecated through dev b/c of SendPlay solution)
x Fix blank hotstring bug (http://lifehacker.com/software/texter/lifehacker-code-texter-windows-238306.php#c1077311)
x Changed replacment method so that it's more compatible with games/apps
x New icon
Expand Down
Binary file modified resources/Thumbs.db
Binary file not shown.
6 changes: 3 additions & 3 deletions texter.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@ Menu,TRAY,Add,P&references...,PREFERENCES
Menu,TRAY,Add,&Help,HELP
Menu,TRAY,Add
Menu,TRAY,Add,&About...,ABOUT
Menu,TRAY,Add,&Disable,DISABLE
if disable = 1
Menu,Tray,Check,&Disable
;Menu,TRAY,Add,&Disable,DISABLE
;if disable = 1
; Menu,Tray,Check,&Disable
Menu,TRAY,Add,E&xit,EXIT
Menu,TRAY,Default,&Manage hotstrings
Menu,Tray,Tip,Texter
Expand Down

0 comments on commit cbd1f36

Please sign in to comment.