[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.7.2-20111231-107-gc8dcc3e)
The branch, master has been updated
via c8dcc3eb30eda791e9ccc26429a82120231ec067 (commit)
from 7e5dea7b2c70b75b83d8ee14ec302a3066d368d9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/src/x_dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit c8dcc3eb30eda791e9ccc26429a82120231ec067
Author: Dan White <dan@xxxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
gschem: change "Close without save" key-accel to "w"
Conflicted with "Close" button's accelerator "c" and, due to button ordering,
was selected first when using "Alt-c". Not noticing the multiple-binding may
lead to an undesired discard of changes instead of cancelling the gschem exit.
Closes-bug: lp-918306
:100644 100644 f91d19f... ab4379b... M gschem/src/x_dialog.c
=========
Changes
=========
commit c8dcc3eb30eda791e9ccc26429a82120231ec067
Author: Dan White <dan@xxxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
gschem: change "Close without save" key-accel to "w"
Conflicted with "Close" button's accelerator "c" and, due to button ordering,
was selected first when using "Alt-c". Not noticing the multiple-binding may
lead to an undesired discard of changes instead of cancelling the gschem exit.
Closes-bug: lp-918306
diff --git a/gschem/src/x_dialog.c b/gschem/src/x_dialog.c
index f91d19f..ab4379b 100644
--- a/gschem/src/x_dialog.c
+++ b/gschem/src/x_dialog.c
@@ -3808,7 +3808,7 @@ close_confirmation_dialog_constructor (GType type,
/* add buttons to dialog action area */
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
- _("_Close without saving"), GTK_RESPONSE_NO,
+ _("Close _without saving"), GTK_RESPONSE_NO,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_SAVE, GTK_RESPONSE_YES,
NULL);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs