summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp
diff options
context:
space:
mode:
authorThomas Holder <speleo3@users.sourceforge.net>2011-03-13 11:08:22 +0000
committerThomas Holder <th@abt2-bio>2011-03-13 11:08:22 +0000
commitf0248694a09ea6ab18400ac97f5a6ea53dc17d01 (patch)
treebd4b866b7674a203ce01120f24f22e72cdd45ba3 /src/widgets/desktop-widget.cpp
parentAllow for item groups in marker definitions when calculating the path outline. (diff)
downloadinkscape-f0248694a09ea6ab18400ac97f5a6ea53dc17d01.tar.gz
inkscape-f0248694a09ea6ab18400ac97f5a6ea53dc17d01.zip
remove wrong format indication in lossy format warning (was always org.inkscape.output.svg.inkscape)
(bzr r10099)
Diffstat (limited to 'src/widgets/desktop-widget.cpp')
-rw-r--r--src/widgets/desktop-widget.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp
index 323a5b08b..63fdc5930 100644
--- a/src/widgets/desktop-widget.cpp
+++ b/src/widgets/desktop-widget.cpp
@@ -943,10 +943,9 @@ SPDesktopWidget::shutdown()
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_WARNING,
GTK_BUTTONS_NONE,
- _("<span weight=\"bold\" size=\"larger\">The file \"%s\" was saved with a format (%s) that may cause data loss!</span>\n\n"
+ _("<span weight=\"bold\" size=\"larger\">The file \"%s\" was saved with a format that may cause data loss!</span>\n\n"
"Do you want to save this file as Inkscape SVG?"),
- doc->getName() ? doc->getName() : "Unnamed",
- SP_MODULE_KEY_OUTPUT_SVG_INKSCAPE);
+ doc->getName() ? doc->getName() : "Unnamed");
// fix for bug 1767940:
GTK_WIDGET_UNSET_FLAGS(GTK_WIDGET(GTK_MESSAGE_DIALOG(dialog)->label), GTK_CAN_FOCUS);