summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81b0c69)
raw | patch | inline | side by side (parent: 81b0c69)
author | prokoudine <prokoudine@users.sourceforge.net> | |
Wed, 4 Jun 2008 17:31:41 +0000 (17:31 +0000) | ||
committer | prokoudine <prokoudine@users.sourceforge.net> | |
Wed, 4 Jun 2008 17:31:41 +0000 (17:31 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index a72ae49fdcfeab282e1a966acd0c980f848a7fc1..94fef09455532ef4f12b8a1b71e9e7d0babf9d24 100644 (file)
--- 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) );