gnumeric r16705 - in trunk: . src/dialogs
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r16705 - in trunk: . src/dialogs
- Date: Wed, 9 Jul 2008 02:29:31 +0000 (UTC)
Author: jody
Date: Wed Jul 9 02:29:30 2008
New Revision: 16705
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16705&view=rev
Log:
* Add mnemonics to the quit dialog. [#132131]
Modified:
trunk/NEWS
trunk/src/dialogs/ChangeLog
trunk/src/dialogs/dialog-quit.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Jul 9 02:29:30 2008
@@ -5,6 +5,7 @@
* Fix ODS import failure on win32. [#536552]
* Get closer to a turnkey win32 build. [#534291]
* Name guru defaults to absolute references.
+ * Add mnemonics to the quit dialog. [#132131]
Morten:
* Fix EOMONTH issue. [#540069]
Modified: trunk/src/dialogs/dialog-quit.c
==============================================================================
--- trunk/src/dialogs/dialog-quit.c (original)
+++ trunk/src/dialogs/dialog-quit.c Wed Jul 9 02:29:30 2008
@@ -161,7 +161,7 @@
if (multiple) {
button = go_gtk_dialog_add_button (dialog,
- _("Select all"),
+ _("Select _all"),
GTK_STOCK_SELECT_ALL,
RESPONSE_ALL);
go_widget_set_tooltip_text
@@ -172,7 +172,7 @@
list);
button = go_gtk_dialog_add_button (dialog,
- _("Clear Selection"),
+ _("_Clear Selection"),
GTK_STOCK_CLEAR,
RESPONSE_NONE);
go_widget_set_tooltip_text
@@ -183,7 +183,7 @@
list);
button = go_gtk_dialog_add_button (dialog,
- _("Save Selected"),
+ _("_Save Selected"),
GTK_STOCK_SAVE,
GTK_RESPONSE_OK);
go_widget_set_tooltip_text
@@ -191,7 +191,7 @@
_("Save selected documents and then quit"));
} else {
button = go_gtk_dialog_add_button (dialog,
- _("Discard"),
+ _("_Discard"),
GTK_STOCK_DELETE,
GTK_RESPONSE_NO);
go_widget_set_tooltip_text (button, _("Discard changes"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]