summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-06-08 18:23:27 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-06-08 18:23:27 +0000
commitcff58b6bd80f0fb13ab65daea0d92eafd5213ff2 (patch)
tree4f1fa71c613e6a03cd0f290a1f4ea549083d1572 /src/ui/dialog/inkscape-preferences.cpp
parentFix const on new icon. (diff)
downloadinkscape-cff58b6bd80f0fb13ab65daea0d92eafd5213ff2.tar.gz
inkscape-cff58b6bd80f0fb13ab65daea0d92eafd5213ff2.zip
Save a copy dialog now opens in current directory if this option is set for save as... dialog. (there is also the possibility to manually change the preferences file to change this option independently from save as... dialog)
Fixed bugs: - https://launchpad.net/bugs/791098 (bzr r10263)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index ad3553b86..447e50831 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1203,7 +1203,7 @@ void InkscapePreferences::initPageSave()
{
_save_use_current_dir.init( _("Use current directory for \"Save As ...\""), "/dialogs/save_as/use_current_dir", true);
_page_save.add_line( false, "", _save_use_current_dir, "",
- _("When this option is on, the \"Save as...\" dialog will always open in the directory where the currently open document is; when it's off, it will open in the directory where you last saved a file using that dialog"), true);
+ _("When this option is on, the \"Save as...\" and \"Save a Copy\" dialogs will always open in the directory where the currently open document is; when it's off, each will open in the directory where you last saved a file using it"), true);
// Autosave options