The Trunk: GetText-topa.47.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: GetText-topa.47.mcz

commits-2
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]!