# HG changeset patch # User Claus Gittinger # Date 1559994769 -7200 # Node ID d99aae20b9ea789ded63f381605f50b3df620f41 # Parent 04559020c368a772b2992bf398ba919bbcd67e21 #DOCUMENTATION by cg class: HGSourceCodeManagementSettingsAppl changed: #doCheckCommand diff -r 04559020c368 -r d99aae20b9ea 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 " + "Modified: / 08-06-2019 / 13:51:56 / Claus Gittinger" ! doCheckMenuLayout