Re: GNOME CVS: gnome-core mmclouglin
- From: Mark McLoughlin <mark skynet ie>
- To: jacob berkman <jacob ximian com>
- Cc: gnome-2-0 <gnome-2-0-list gnome org>
- Subject: Re: GNOME CVS: gnome-core mmclouglin
- Date: Fri, 16 Nov 2001 11:31:52 +0000 (GMT)
Hi Jacob,
On 15 Nov 2001, jacob berkman wrote:
> On Thu, 2001-11-15 at 06:22, Gnome CVS User wrote:
> > * launcher.c: (ask_about_launcher): change order of buttons as
> > per usability propaganda :-)
>
> are you using GtkDialog or GnomeDialog here?
>
> if the latter, this is not the right place to do it as GnomeDialog needs
> to switch them around (if it hasn't).
This is the extent of the change
dialog = gnome_dialog_new (_("Create launcher applet"),
- GNOME_STOCK_BUTTON_OK,
- GNOME_STOCK_BUTTON_CANCEL,
GNOME_STOCK_BUTTON_HELP,
+ GNOME_STOCK_BUTTON_CANCEL,
+ GNOME_STOCK_BUTTON_OK,
NULL);
Whether this is right or wrong, I dunno, but it seemed to
achieve the desired effect?
Cheers,
Mark.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]