aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/export_object.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-29 18:07:36 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-29 18:07:36 +0000
commit305fd435de9efd822153136b67ad0224148cbe69 (patch)
treefa575c3209b993b3b9786407215afcd625a6d40b /gtk/export_object.c
parent8064e3cc64c6ed0f7b95d2c4fdea2b3ae68902dc (diff)
Change mnemonic on Save All button from A to L to avoid overlapping
with the mnemonic for the Save As (A) button in the Export Object dialog. svn path=/trunk/; revision=21272
Diffstat (limited to 'gtk/export_object.c')
-rw-r--r--gtk/export_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/export_object.c b/gtk/export_object.c
index ceb551b85f..191ca443f9 100644
--- a/gtk/export_object.c
+++ b/gtk/export_object.c
@@ -372,7 +372,7 @@ export_object_window(gchar *tapname, gchar *name, tap_packet_cb tap_packet)
gtk_box_pack_start(GTK_BOX(bbox), help_bt, FALSE, FALSE, 0);
/* Save All button */
- save_all_bt = gtk_button_new_with_mnemonic("Save _All");
+ save_all_bt = gtk_button_new_with_mnemonic("Save A_ll");
SIGNAL_CONNECT(save_all_bt, "clicked", eo_save_all_clicked_cb,
object_list);
gtk_tooltips_set_tip(GTK_TOOLTIPS(button_bar_tips), save_all_bt,