mercurial/HGCommand.st
changeset 82 40eb86d8d5bd
parent 80 8f300696b26b
child 88 1ad71a063a20
--- a/mercurial/HGCommand.st	Mon Nov 19 23:08:35 2012 +0000
+++ b/mercurial/HGCommand.st	Mon Nov 19 23:29:01 2012 +0000
@@ -135,7 +135,7 @@
     HGExecutable notNil ifTrue:[
         ^ HGExecutable
     ].
-    HGExecutable := UserPreferences current hgExecutable.
+    HGExecutable := UserPreferences current hgCommand.
     HGExecutable isNil ifTrue:[
         OperatingSystem isMSWINDOWSlike ifTrue:[
             "/        h := Win32OperatingSystem registryEntry 
@@ -159,6 +159,7 @@
      self basicNew executable"
 
     "Created: / 19-11-2012 / 21:48:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 19-11-2012 / 23:21:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 hgCommand: command