diff options
author | David Turner <cillian64@googlemail.com> | 2007-12-04 18:28:14 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-12-04 18:28:14 +0800 |
commit | 70663baf3f0e922ed4f6c5560880b66281aaf037 (patch) | |
tree | 0f29dbe998229a413937e27ba42a9020efe31068 /calendar/gui/e-memo-table.c | |
parent | 4175c7275a6eda326904bf8c3546e0ff8505027d (diff) | |
download | gsoc2013-evolution-70663baf3f0e922ed4f6c5560880b66281aaf037.tar.gz gsoc2013-evolution-70663baf3f0e922ed4f6c5560880b66281aaf037.tar.zst gsoc2013-evolution-70663baf3f0e922ed4f6c5560880b66281aaf037.zip |
** Fix for bug #354265
2007-12-04 David Turner <cillian64@googlemail.com>
** Fix for bug #354265
* gui/e-calender-table.c:
* gui/e-memo-table.c:
* gui/e-calender-view.c:
Fixed mnemonic clash between print and paste mnemonics
svn path=/trunk/; revision=34638
Diffstat (limited to 'calendar/gui/e-memo-table.c')
-rw-r--r-- | calendar/gui/e-memo-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c index aaf451244c..684e819433 100644 --- a/calendar/gui/e-memo-table.c +++ b/calendar/gui/e-memo-table.c @@ -920,7 +920,7 @@ static EPopupItem memos_popup_items [] = { { E_POPUP_ITEM, "00.open", N_("_Open"), e_memo_table_on_open_memo, NULL, GTK_STOCK_OPEN, E_CAL_POPUP_SELECT_ONE }, { E_POPUP_ITEM, "05.openweb", N_("Open _Web Page"), open_url_cb, NULL, NULL, E_CAL_POPUP_SELECT_ONE, E_CAL_POPUP_SELECT_HASURL }, { E_POPUP_ITEM, "10.saveas", N_("_Save As..."), e_memo_table_on_save_as, NULL, GTK_STOCK_SAVE_AS, E_CAL_POPUP_SELECT_ONE }, - { E_POPUP_ITEM, "20.print", N_("_Print..."), e_memo_table_on_print_memo, NULL, GTK_STOCK_PRINT, E_CAL_POPUP_SELECT_ONE }, + { E_POPUP_ITEM, "20.print", N_("P_rint..."), e_memo_table_on_print_memo, NULL, GTK_STOCK_PRINT, E_CAL_POPUP_SELECT_ONE }, { E_POPUP_BAR, "30.bar" }, |