SettingsDialog.st
branchjv
changeset 12198 414e7b69ecda
parent 12170 6c9c4b7981ee
child 12287 400a99059170
--- a/SettingsDialog.st	Mon Mar 19 10:03:58 2012 +0000
+++ b/SettingsDialog.st	Mon Mar 19 15:32:45 2012 +0000
@@ -1705,6 +1705,7 @@
 reloadSettingsFile: filename 
 
     filename asFilename fileIn.
+    UserPreferences current at: #settingsFilename put: filename asFilename pathName
 
     "Created: / 17-02-2012 / 10:27:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
@@ -1734,7 +1735,7 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SettingsDialog.st 7911 2012-02-22 09:55:48Z vranyj1 $'
+    ^ '$Id: SettingsDialog.st 7944 2012-03-19 15:32:45Z vranyj1 $'
 !
 
 version_CVS
@@ -1742,8 +1743,7 @@
 !
 
 version_SVN
-    ^ '$Id: SettingsDialog.st 7911 2012-02-22 09:55:48Z vranyj1 $'
+    ^ '$Id: SettingsDialog.st 7944 2012-03-19 15:32:45Z vranyj1 $'
 ! !
 
 SettingsDialog initialize!
-