diff options
| author | root <root@jtx.marker.es> | 2013-03-11 23:49:54 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-03-11 23:49:54 +0000 |
| commit | 71b9a4b54c026c0fb8c73ef6cac4ae4c1ea82e7f (patch) | |
| tree | 2f2c808a23fc507f9c813104415236573f25bb9a /src/interface.cpp | |
| parent | ~sub fix, double click to reset default handles and control to 10% step (diff) | |
| parent | readding entries in Cmake and make include lists that were not removed after ... (diff) | |
| download | inkscape-71b9a4b54c026c0fb8c73ef6cac4ae4c1ea82e7f.tar.gz inkscape-71b9a4b54c026c0fb8c73ef6cac4ae4c1ea82e7f.zip | |
update to trunk
(bzr r11950.1.52)
Diffstat (limited to 'src/interface.cpp')
| -rw-r--r-- | src/interface.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index bf497b407..69832a2eb 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -468,6 +468,8 @@ static GtkWidget *sp_ui_menu_append_item_from_verb(GtkMenu *menu, Inkscape::Verb item = gtk_image_menu_item_new_with_mnemonic(action->name); } + gtk_label_set_markup_with_mnemonic( GTK_LABEL(gtk_bin_get_child(GTK_BIN (item))), action->name); + GtkAccelGroup *accel_group = sp_shortcut_get_accel_group(); gtk_menu_set_accel_group(menu, accel_group); |
