#DOCUMENTATION by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Sat, 08 Jun 2019 13:52:49 +0200
branchcvs_MAIN
changeset 874 d99aae20b9ea
parent 872 04559020c368
child 875 7598f4884bbf
#DOCUMENTATION by cg class: HGSourceCodeManagementSettingsAppl changed: #doCheckCommand
mercurial/HGSourceCodeManagementSettingsAppl.st
--- a/mercurial/HGSourceCodeManagementSettingsAppl.st	Fri Jun 07 23:02:28 2019 +0200
+++ b/mercurial/HGSourceCodeManagementSettingsAppl.st	Sat Jun 08 13:52:49 2019 +0200
@@ -538,7 +538,7 @@
         self infoPanel 
             reset;
             beWarning;
-            message: (resources string:'Unssuported Mercurial version %1' with: (ex parameter asStringWith: $.));
+            message: (resources string:'Unsupported Mercurial version %1' with: (ex parameter asStringWith: $.));
             addButtonWithLabel: (self resources string:'Browse') action: [self infoPanel hide. self doSelectHGCommand ];
             show.            
         ^ false                            
@@ -554,6 +554,7 @@
     ^ true.
 
     "Created: / 21-02-2014 / 09:58:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-06-2019 / 13:51:56 / Claus Gittinger"
 !
 
 doCheckMenuLayout