diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2008-06-04 17:31:41 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2008-06-04 17:31:41 +0000 |
| commit | 041590f1bbe2ec21180035ac4000cee1d2e79949 (patch) | |
| tree | ceb7f12d0234b67adfe989d0928e2ad36aea7af0 /src | |
| parent | Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ... (diff) | |
| download | inkscape-041590f1bbe2ec21180035ac4000cee1d2e79949.tar.gz inkscape-041590f1bbe2ec21180035ac4000cee1d2e79949.zip | |
marked forgotten translatable message
(bzr r5804)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
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) ); |
