filemorph

Check-in [bbc7fc8a2d]
Login

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

Overview
Comment:More adjustments
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: bbc7fc8a2dd2ae8a1673f94123714bfea0258a83
User & Date: kevin 2015-10-04 03:56:25
Context
2015-10-05
02:00
Prepare Windows version for deployment check-in: 6cfe1e1e85 user: kevin tags: trunk
2015-10-04
03:56
More adjustments check-in: bbc7fc8a2d user: kevin tags: trunk
03:50
Minor adjustments check-in: 0654e633fb user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to filemorph.pl.

164
165
166
167
168
169
170

171
172
173
174
175
176
177
);
$searchmenu->add_command(
    -label   => "Select File",
    -command => \&setFile,
);

if ($IS_WINDOWS) {

    $searchmenu->add_command(
        -label   => "Exit",
        -command => \&shutdown,
    );
}

if ($IS_AQUA) {







>







164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
);
$searchmenu->add_command(
    -label   => "Select File",
    -command => \&setFile,
);

if ($IS_WINDOWS) {
    $searchmenu->add_separator;
    $searchmenu->add_command(
        -label   => "Exit",
        -command => \&shutdown,
    );
}

if ($IS_AQUA) {