Changeset 796
- Timestamp:
- Dec 4, 2009 5:12:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expgui
- Property rcs:date changed from 2004/04/27 15:46:48 to 2004/05/13 23:48:09
- Property rcs:lines changed from +2 -2 to +9 -2
- Property rcs:rev changed from 1.71 to 1.72
r788 r796 4106 4106 $expgui(fm).help.menu add command -command "MakeWWWHelp menu" \ 4107 4107 -label "Help on menu" 4108 if {![catch {package require tkcon} errmsg]} { 4109 $expgui(fm).help.menu add command -label "Open console" \ 4110 -command {tkcon show} 4111 } elseif {$tcl_platform(platform) == "windows"} { 4112 $expgui(fm).help.menu add command -label "Open console" \ 4113 -command {console show} 4114 } 4108 4115 foreach c {h H} {bind . <Alt-$c> [list showhelp]} 4109 4116 # define help actions
Note: See TracChangeset
for help on using the changeset viewer.