[evolution-patches] patch for #51472
- From: Charles Zhang <Charles Zhang Sun Com>
- To: evolution-patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] patch for #51472
- Date: Tue, 02 Dec 2003 22:06:45 +0800
Hello all
In this patch, I new button with mnemonics to fix the bug of missing
mnemonics.
Please seek it.
Best Regards
Charles
Index: components/html-editor/ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/ChangeLog,v
retrieving revision 1.410.2.10
diff -u -p -r1.410.2.10 ChangeLog
--- components/html-editor/ChangeLog 14 Oct 2003 13:43:31 -0000 1.410.2.10
+++ components/html-editor/ChangeLog 2 Dec 2003 13:59:37 -0000
@@ -0,0 +0,5 @@
+2003-12-02 Charles Zhang <charles zhang sun com>
+
+ * replace.c (ask_dialog_new): new button with mnemonics.
+ Fixes bug #51472
+
Index: components/html-editor/replace.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/replace.c,v
retrieving revision 1.18
diff -u -p -r1.18 replace.c
--- components/html-editor/replace.c 12 May 2003 20:46:48 -0000 1.18
+++ components/html-editor/replace.c 2 Dec 2003 13:59:38 -0000
@@ -73,10 +73,10 @@ ask_dialog_new (HTMLEngine *e)
d = g_new (GtkHTMLReplaceAskDialog, 1);
d->dialog = GTK_DIALOG (gtk_dialog_new_with_buttons (_("Replace confirmation"), NULL, 0,
- _("Replace all"), 1,
- _("Next"), 2,
+ _("Replace _All"), 1,
+ _("_Next"), 2,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
- _("Replace"), 0,
+ _("_Replace"), 0,
NULL));
d->engine = e;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]