diff -r 06bf06615012 -r af38bbca6ccd SettingsDialog.st --- a/SettingsDialog.st Thu Apr 11 18:37:48 2019 +0200 +++ b/SettingsDialog.st Thu Apr 11 18:38:46 2019 +0200 @@ -683,11 +683,12 @@ ] on:StreamError do:[:ex| self warn:(self resources stringWithCRs:'Cannot save settings into: %1\(%2)' - with:(file asFilename asAbsoluteFilename asString) + with:file asFilename pathName with:ex description). ] "Modified: / 27-02-2018 / 10:58:49 / stefan" + "Modified (format): / 11-04-2019 / 18:11:34 / Stefan Vogel" ! saveSettingsWithoutAskingForFile