[squeak-dev] The Trunk: GetText-topa.47.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 7 20:30:50 UTC 2018


Tobias Pape uploaded a new version of GetText to project The Trunk:
http://source.squeak.org/trunk/GetText-topa.47.mcz

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

Name: GetText-topa.47
Author: topa
Time: 7 March 2018, 9:30:49.346582 pm
UUID: 987f9c81-b710-43f0-9a50-ced981112705
Ancestors: GetText-tpr.46

Slight improvement to tim's improvement

=============== Diff against GetText-tpr.46 ===============

Item was changed:
  ----- Method: LanguageEditor>>selectTranslationFileName (in category 'gui methods') -----
  selectTranslationFileName
  	"answer a file with a translation"
+ 	
+ 	^ FileChooserDialog openOnSuffixList: { 'translation'  } label:  'Select the file...' translated.
+ !
- 	| fileName |
- 	fileName :=FileChooserDialog openOnSuffixList: { 'translation'  } label:  'Select the file...' translated.
- 	^ fileName isNil
- 		ifFalse: [fileName]!



More information about the Squeak-dev mailing list