summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2008-06-04 17:31:41 +0000
committerprokoudine <prokoudine@users.sourceforge.net>2008-06-04 17:31:41 +0000
commit041590f1bbe2ec21180035ac4000cee1d2e79949 (patch)
treeceb7f12d0234b67adfe989d0928e2ad36aea7af0 /src
parentAdd missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ... (diff)
downloadinkscape-041590f1bbe2ec21180035ac4000cee1d2e79949.tar.gz
inkscape-041590f1bbe2ec21180035ac4000cee1d2e79949.zip
marked forgotten translatable message
(bzr r5804)
Diffstat (limited to 'src')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index a72ae49fd..94fef0945 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -3786,7 +3786,7 @@ static void sp_calligraphy_toolbox_prep(SPDesktop *desktop, GtkActionGroup* main
}
pref_path = NULL;
- EgeSelectOneAction* act1 = ege_select_one_action_new( "SetProfileAction", "" , ("Change calligraphic profile"), NULL, GTK_TREE_MODEL(model) );
+ EgeSelectOneAction* act1 = ege_select_one_action_new( "SetProfileAction", "" , (_("Change calligraphic profile")), NULL, GTK_TREE_MODEL(model) );
ege_select_one_action_set_appearance( act1, "compact" );
g_signal_connect( G_OBJECT(act1), "changed", G_CALLBACK(sp_ddc_change_profile), holder );
gtk_action_group_add_action( mainActions, GTK_ACTION(act1) );