FileBrowserV2.st
changeset 6237 b9e8d0f908d0
parent 6145 b705cf7c5470
child 6241 9cc17d183247
--- a/FileBrowserV2.st	Thu Mar 31 20:50:08 2005 +0200
+++ b/FileBrowserV2.st	Sat Apr 02 12:04:42 2005 +0200
@@ -214,7 +214,7 @@
                     translateLabel: true;
                     value: action;
                     isButton: false;
-                    label:'File Browser V2' icon:icon;
+                    label:'File Browser' icon:icon;
                     nameKey: #fileBrowserV2;
                     activeHelpKey: #fileBrowserV2;
                     submenuChannel: #menuFileHistory;
@@ -231,7 +231,7 @@
                     translateLabel: true;
                     value: action;
                     isButton: true;
-                    "label:'File Browser V2'" icon:icon;
+                    "label:'File Browser'" icon:icon;
                     nameKey: #fileBrowserV2;
                     activeHelpKey: #fileBrowserV2;
                     submenuChannel: #menuFileHistory;
@@ -1656,7 +1656,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.133 2004-12-07 13:37:16 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.134 2005-04-02 10:04:15 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!