Changeset 794


Ignore:
Timestamp:
Dec 4, 2009 5:12:08 PM (14 years ago)
Author:
toby
Message:

# on 2004/05/13 23:42:30, toby did:
open console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lstview

    • Property rcs:date changed from 2003/11/13 16:04:10 to 2004/05/13 23:42:30
    • Property rcs:lines changed from +7 -2 to +9 -2
    • Property rcs:rev changed from 1.15 to 1.16
    r744 r794  
    697697pack [menubutton .a.help -text Help -underline 0 -menu .a.help.menu] -side right
    698698menu .a.help.menu
     699.a.help.menu add command -command "MakeWWWHelp expgui.html LSTVIEW" \
     700    -label "Web page"
     701if {![catch {package require tkcon} errmsg]} {
     702    .a.help.menu add command -label "Open console" -command {tkcon show}
     703} elseif {$tcl_platform(platform) == "windows"} {
     704    .a.help.menu add command -label "Open console" -command {console show}
     705}
    699706.a.help.menu add command -command aboutgsas -label "About"
    700707
Note: See TracChangeset for help on using the changeset viewer.