Re: [evolution-patches] patch for #51472
- From: Larry Ewing <lewing ximian com>
- To: Charles Zhang <Charles Zhang Sun Com>
- Cc: evolution-patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] patch for #51472
- Date: Wed, 03 Dec 2003 15:12:32 -0600
Looks fine.
--Larry
On Tue, 2003-12-02 at 08:06, Charles Zhang wrote:
> 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]