Re: GNOME CVS: gnome-core mmclouglin



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]