MCRepositoryBrowser.st
changeset 773 2f780b5aa85b
parent 772 2b761f943a57
child 777 e37741a76b01
--- a/MCRepositoryBrowser.st	Sat Mar 30 22:57:06 2013 +0100
+++ b/MCRepositoryBrowser.st	Sat Mar 30 23:27:12 2013 +0100
@@ -502,18 +502,18 @@
      #(Menu
         (
          (MenuItem
-            label: 'Add Repository...'
+            label: 'Add Repository (URL)...'
             itemValue: repositoryAdd
           )
          (MenuItem
+            label: 'Add Repository (Expression)...'
+            itemValue: repositoryAddFromExpressionString
+          )
+         (MenuItem
             label: 'Add Directory Repository...'
             itemValue: directoryRepositoryAdd
           )
          (MenuItem
-            label: 'Add Repository (Expression)...'
-            itemValue: repositoryAddFromExpressionString
-          )
-         (MenuItem
             label: '-'
           )
          (MenuItem
@@ -1209,11 +1209,11 @@
 !MCRepositoryBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryBrowser.st,v 1.23 2013-03-30 21:57:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryBrowser.st,v 1.24 2013-03-30 22:27:12 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryBrowser.st,v 1.23 2013-03-30 21:57:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryBrowser.st,v 1.24 2013-03-30 22:27:12 cg Exp $'
 !
 
 version_SVN