[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (ca88ff9c45d72fa7954ebccb717e7d2cb5d602a8)



The branch, master has been updated
       via  ca88ff9c45d72fa7954ebccb717e7d2cb5d602a8 (commit)
      from  acb36057bb3a7dc0899ce34e1ef50685f8de3640 (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
=========

 po/ru.po                 |    2 +-
 src/hid/gtk/gui-dialog.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


=================
 Commit Messages
=================

commit ca88ff9c45d72fa7954ebccb717e7d2cb5d602a8
Author: Robert Spanton <rspanton@xxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Add a keyboard shortcut to pcb's "close without saving" option
    
    This patch adds a keyboard mnemonic to the "close without saving"
    option in the close confirmation dialog box.

:100644 100644 aa7d90c... 0fa6ea8... M	po/ru.po
:100644 100644 1697324... ec91233... M	src/hid/gtk/gui-dialog.c

=========
 Changes
=========

commit ca88ff9c45d72fa7954ebccb717e7d2cb5d602a8
Author: Robert Spanton <rspanton@xxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Add a keyboard shortcut to pcb's "close without saving" option
    
    This patch adds a keyboard mnemonic to the "close without saving"
    option in the close confirmation dialog box.

diff --git a/po/ru.po b/po/ru.po
index aa7d90c..0fa6ea8 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3488,7 +3488,7 @@ msgid "If you don't save, all your changes will be permanently lost."
 msgstr "Ð?Ñ?ли изменениÑ? не бÑ?дÑ?Ñ? Ñ?оÑ?Ñ?аненÑ?, они бÑ?дÑ?Ñ? безвозвÑ?аÑ?но Ñ?Ñ?еÑ?Ñ?нÑ?."
 
 #: ../src/hid/gtk/gui-dialog.c:227
-msgid "Close without saving"
+msgid "Close _without saving"
 msgstr "Ð?акÑ?Ñ?Ñ?Ñ? без Ñ?оÑ?Ñ?анениÑ?"
 
 #: ../src/hid/gtk/gui-drc-window.c:228
diff --git a/src/hid/gtk/gui-dialog.c b/src/hid/gtk/gui-dialog.c
index 1697324..ec91233 100644
--- a/src/hid/gtk/gui-dialog.c
+++ b/src/hid/gtk/gui-dialog.c
@@ -224,7 +224,7 @@ ghid_dialog_close_confirm ()
                                    GTK_BUTTONS_NONE, NULL);
   gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (dialog), str);
   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