summaryrefslogtreecommitdiffstats
path: root/src/extension
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-09-06 02:34:31 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-09-06 02:34:31 +0000
commit89abf2d35ba202b184df4e791da3903c16d1d91c (patch)
treec6f2499135157bbac0d48a3574e588fc1ab0fdb0 /src/extension
parentpatch by Adib for 406470 (diff)
downloadinkscape-89abf2d35ba202b184df4e791da3903c16d1d91c.tar.gz
inkscape-89abf2d35ba202b184df4e791da3903c16d1d91c.zip
textual patch from bug 408093
(bzr r8563)
Diffstat (limited to 'src/extension')
-rw-r--r--src/extension/execution-env.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp
index 4a13890d7..e8d7c4baf 100644
--- a/src/extension/execution-env.cpp
+++ b/src/extension/execution-env.cpp
@@ -131,7 +131,7 @@ ExecutionEnv::createWorkingDialog (void) {
return;
Gtk::Window *window = Glib::wrap(GTK_WINDOW(toplevel), false);
- gchar * dlgmessage = g_strdup_printf(_("'%s' working, please wait..."), _effect->get_name());
+ gchar * dlgmessage = g_strdup_printf(_("'%s' working, please wait..."), _(_effect->get_name()));
_visibleDialog = new Gtk::MessageDialog(*window,
dlgmessage,
false, // use markup