diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-12-07 11:50:08 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-12-07 11:50:08 +0100 |
| commit | 25a62961d65effc2ea311214e715b8c1e3b8ad4e (patch) | |
| tree | 1e59030fc4e5c9d5c0c3bc6202346ad4333697be /gui.js | |
| parent | 80b8581462cb2299f3e776b8052877d47906eeee (diff) | |
| parent | 667aa5a56564d07c05182eeae7bba7567710a844 (diff) | |
| download | snap-25a62961d65effc2ea311214e715b8c1e3b8ad4e.tar.gz snap-25a62961d65effc2ea311214e715b8c1e3b8ad4e.zip | |
Merge remote-tracking branch 'origin/location' into development
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -185,7 +185,7 @@ IDE_Morph.prototype.init = function (isAutoFill) { MorphicPreferences.globalFontFamily = 'Helvetica, Arial'; // restore saved user preferences - this.userLanguage = null; // user language preference for startup + this.userLanguage = null; this.applySavedSettings(); // additional properties: @@ -3442,6 +3442,7 @@ IDE_Morph.prototype.setLanguage = function (lang, callback) { if (lang === 'en') { return this.reflectLanguage('en', callback); } + myself.userLanguage = lang; translation = document.createElement('script'); translation.id = 'language'; translation.onload = function () { |
