Bladeren bron

Fixed HLRenameClassCommand class >> key

Nicolas Petton 11 jaren geleden
bovenliggende
commit
47f4eea0fc
3 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 1 1
      js/Helios-Commands-Browser.deploy.js
  2. 2 2
      js/Helios-Commands-Browser.js
  3. 1 1
      st/Helios-Commands-Browser.st

+ 1 - 1
js/Helios-Commands-Browser.deploy.js

@@ -1176,7 +1176,7 @@ selector: "key",
 fn: function (){
 var self=this;
 return smalltalk.withContext(function($ctx1) { 
-return "m";
+return "c";
 }, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLRenameClassCommand.klass)})},
 messageSends: []}),
 smalltalk.HLRenameClassCommand.klass);

+ 2 - 2
js/Helios-Commands-Browser.js

@@ -1667,10 +1667,10 @@ category: 'accessing',
 fn: function (){
 var self=this;
 return smalltalk.withContext(function($ctx1) { 
-return "m";
+return "c";
 }, function($ctx1) {$ctx1.fill(self,"key",{},smalltalk.HLRenameClassCommand.klass)})},
 args: [],
-source: "key\x0a\x09^ 'm'",
+source: "key\x0a\x09^ 'c'",
 messageSends: [],
 referencedClasses: []
 }),

+ 1 - 1
st/Helios-Commands-Browser.st

@@ -605,7 +605,7 @@ isInputRequired
 !HLRenameClassCommand class methodsFor: 'accessing'!
 
 key
-	^ 'm'
+	^ 'c'
 !
 
 label