[squeak-dev] The Trunk: GetText-mt.37.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 10 11:57:08 UTC 2015


Marcel Taeumel uploaded a new version of GetText to project The Trunk:
http://source.squeak.org/trunk/GetText-mt.37.mcz

==================== Summary ====================

Name: GetText-mt.37
Author: mt
Time: 10 May 2015, 1:57:01.667 pm
UUID: 0033c111-0112-dd4f-95ac-0a56cc7a0f68
Ancestors: GetText-nice.36

Skip registering LanguageEditor in world menu for now because it is not functional at the moment.

=============== Diff against GetText-nice.36 ===============

Item was changed:
  ----- Method: LanguageEditor class>>initialize (in category 'initialize-release') -----
  initialize
  	"initialize the receiver"
+ 	"(TheWorldMenu respondsTo: #registerOpenCommand:)
+ 		ifTrue: [
- 	(TheWorldMenu respondsTo: #registerOpenCommand:)
- 		ifTrue: [""
  			TheWorldMenu registerOpenCommand: {'Language Editor' translated. {self. #openOnDefault}}.
+ 			TheWorldMenu registerOpenCommand: {'Language Editor for...' translated. {self. #open}}]"!
- 			TheWorldMenu registerOpenCommand: {'Language Editor for...' translated. {self. #open}}]!



More information about the Squeak-dev mailing list