AbstractSettingsApplication.st
changeset 8036 0c53d7d1d2cf
parent 8031 ba64e63d66ae
child 8081 8cc8c1cc6538
--- a/AbstractSettingsApplication.st	Mon Mar 31 16:17:31 2008 +0200
+++ b/AbstractSettingsApplication.st	Mon Mar 31 17:46:54 2008 +0200
@@ -415,8 +415,9 @@
 
     self hasUnsavedChanges ifTrue:[
         askForChangeOnRelease ifTrue:[
-            result := self confirmWithCancel:(resources 
-                                string:'Apply changes made in %1 ?' with:settingsString allBold).
+            result := self confirmWithCancel:(self resources 
+                                string:'Apply changes made in %1 ?' 
+                                with:(resources string:settingsString) allBold).
         ] ifFalse:[
             result := true.
         ].
@@ -14398,5 +14399,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.290 2008-03-31 13:31:44 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.291 2008-03-31 15:46:54 cg Exp $'
+! !