PortAuthority

Check-in [7fb0c4cdcd]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Additional tweaks for 7.8
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7fb0c4cdcdf7be246971944df1f0fba67bfd2c5d
User & Date: kevin 2017-12-05 03:23:44
Context
2018-03-15
05:14
Test new server check-in: bc94f8fe09 user: kevin tags: trunk
2017-12-05
03:23
Additional tweaks for 7.8 check-in: 7fb0c4cdcd user: kevin tags: trunk
03:23
Additional tweaks for 7.8 check-in: 2128935dd5 user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to libs/portauthority/portauthority-main.tcl.

391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
    #ports menu
    menu .mb.ports -tearoff 0 
    .mb.ports add command -label "Update MacPorts" -command updateBase -accelerator "Command-U" 
    .mb.ports add command -label "Add Port Descriptions" -command  updatePorts
    .mb add cascade  -label "MacPorts" -menu .mb.ports 

    #window menu
	menu .mb.window
	.mb add cascade -label Window -menu .mb.window


    #help menu
    menu .mb.help -tearoff 0
    .mb.help add command -label "Contact Code by Kevin" -command machelp::usermail
    .mb.help add command -label "Web Site" -command machelp::appweb
    .mb add cascade -label "Help" -menu .mb.help







|
|







391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
    #ports menu
    menu .mb.ports -tearoff 0 
    .mb.ports add command -label "Update MacPorts" -command updateBase -accelerator "Command-U" 
    .mb.ports add command -label "Add Port Descriptions" -command  updatePorts
    .mb add cascade  -label "MacPorts" -menu .mb.ports 

    #window menu
    menu .mb.window
    .mb add cascade -label Window -menu .mb.window


    #help menu
    menu .mb.help -tearoff 0
    .mb.help add command -label "Contact Code by Kevin" -command machelp::usermail
    .mb.help add command -label "Web Site" -command machelp::appweb
    .mb add cascade -label "Help" -menu .mb.help