[Gd-chatter] r10869 - trunk/libraries/gui-sniffer
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Thu Aug 31 16:14:38 CEST 2006
Author: hannes
Date: Thu Aug 31 16:14:36 2006
New Revision: 10869
Modified:
trunk/libraries/gui-sniffer/gui-sniffer.dylan
Log:
Bug: 7299
*rename menu items (recommended by UI-tester Tim ;)
Modified: trunk/libraries/gui-sniffer/gui-sniffer.dylan
==============================================================================
--- trunk/libraries/gui-sniffer/gui-sniffer.dylan (original)
+++ trunk/libraries/gui-sniffer/gui-sniffer.dylan Thu Aug 31 16:14:36 2006
@@ -450,18 +450,18 @@
end;
define command-table *file-command-table* (*global-command-table*)
- menu-item "Open pcap file" = open-pcap-file;
- menu-item "Save to pcap file" = save-pcap-file;
+ menu-item "Open pcap file..." = open-pcap-file;
+ menu-item "Save to pcap file..." = save-pcap-file;
end;
define command-table *interface-command-table* (*global-command-table*)
- menu-item "Open ethernet interface" = open-interface;
- menu-item "Stop capturing" = close-interface;
+ menu-item "Start..." = open-interface;
+ menu-item "Stop" = close-interface;
end;
define command-table *gui-sniffer-command-table* (*global-command-table*)
menu-item "File" = *file-command-table*;
- menu-item "Interface" = *interface-command-table*;
+ menu-item "Capture" = *interface-command-table*;
end;
define method open-pcap-file (frame :: <gui-sniffer-frame>)
More information about the chatter
mailing list