[evolution-patches] mail, 64454 for head
- From: Not Zed <notzed ximian com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] mail, 64454 for head
- Date: Wed, 08 Sep 2004 12:45:27 +0800
Index: composer/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/composer/ChangeLog,v
retrieving revision 1.657
diff -u -3 -r1.657 ChangeLog
--- composer/ChangeLog 13 Aug 2004 16:27:16 -0000 1.657
+++ composer/ChangeLog 8 Sep 2004 04:47:05 -0000
@@ -1,3 +1,10 @@
+2004-09-08 Not Zed <NotZed Ximian com>
+
+ ** See bug #64454.
+
+ * mail-composer-errors.xml: add accelerators to modified message
+ dialogue.
+
2004-08-13 Radek Doulik <rodo ximian com>
* e-msg-composer.c (e_msg_composer_show_sig_file): set paragraph
Index: composer/mail-composer-errors.xml
===================================================================
RCS file: /cvs/gnome/evolution/composer/mail-composer-errors.xml,v
retrieving revision 1.5
diff -u -3 -r1.5 mail-composer-errors.xml
--- composer/mail-composer-errors.xml 18 Jun 2004 05:59:16 -0000 1.5
+++ composer/mail-composer-errors.xml 8 Sep 2004 04:47:05 -0000
@@ -37,9 +37,9 @@
<title>Warning: Modified Message</title>
<primary>Are you sure you want to discard the message, titled '{0}', you are composing?</primary>
<secondary>Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date.</secondary>
- <button label="Discard Changes" response="GTK_RESPONSE_NO"/>
+ <button label="_Discard Changes" response="GTK_RESPONSE_NO"/>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
- <button label="Save Message" response="GTK_RESPONSE_YES"/>
+ <button label="_Save Message" response="GTK_RESPONSE_YES"/>
</error>
<error id="no-build-message" type="error" modal="true">
Index: composer/mail-composer-errors.xml.h
===================================================================
RCS file: /cvs/gnome/evolution/composer/mail-composer-errors.xml.h,v
retrieving revision 1.4
diff -u -3 -r1.4 mail-composer-errors.xml.h
--- composer/mail-composer-errors.xml.h 18 Jun 2004 05:59:16 -0000 1.4
+++ composer/mail-composer-errors.xml.h 8 Sep 2004 04:47:05 -0000
@@ -30,8 +30,8 @@
char *s = N_("Are you sure you want to discard the message, titled '{0}', you are composing?");
/* mail-composer:exit-unsaved secondary */
char *s = N_("Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date.");
-char *s = N_("Discard Changes");
-char *s = N_("Save Message");
+char *s = N_("_Discard Changes");
+char *s = N_("_Save Message");
/* mail-composer:no-build-message primary */
char *s = N_("Could not create message.");
/* mail-composer:no-build-message secondary */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]