gnumeric r16706 - in branches/gnumeric-1-8: . src/dialogs
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r16706 - in branches/gnumeric-1-8: . src/dialogs
- Date: Wed, 9 Jul 2008 02:31:32 +0000 (UTC)
Author: jody
Date: Wed Jul 9 02:31:32 2008
New Revision: 16706
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16706&view=rev
Log:
* Add mnemonics to the quit dialog. [#132131]
Modified:
branches/gnumeric-1-8/NEWS
branches/gnumeric-1-8/src/dialogs/ChangeLog
branches/gnumeric-1-8/src/dialogs/dialog-quit.c
Modified: branches/gnumeric-1-8/NEWS
==============================================================================
--- branches/gnumeric-1-8/NEWS (original)
+++ branches/gnumeric-1-8/NEWS Wed Jul 9 02:31:32 2008
@@ -2,6 +2,7 @@
Jody:
* Fix ODS import failure on win32. [#536552]
+ * Add mnemonics to the quit dialog. [#132131]
Morten:
* Fix text export problem for times with fractional seconds. [#534514]
Modified: branches/gnumeric-1-8/src/dialogs/dialog-quit.c
==============================================================================
--- branches/gnumeric-1-8/src/dialogs/dialog-quit.c (original)
+++ branches/gnumeric-1-8/src/dialogs/dialog-quit.c Wed Jul 9 02:31:32 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]