(init): Change dialog from
OK/Apply/Cancel to Apply/Close/OK to be closer to the HIG. svn path=/trunk/; revision=19466
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-01-14 Ettore Perazzoli <ettore@ximian.com>
|
||||||
|
|
||||||
|
* e-multi-config-dialog.c (init): Change dialog from
|
||||||
|
OK/Apply/Cancel to Apply/Close/OK to be closer to the HIG.
|
||||||
|
|
||||||
2003-01-14 Ettore Perazzoli <ettore@ximian.com>
|
2003-01-14 Ettore Perazzoli <ettore@ximian.com>
|
||||||
|
|
||||||
* Makefile.am (widgetsinclude_HEADERS): Ooops, remove
|
* Makefile.am (widgetsinclude_HEADERS): Ooops, remove
|
||||||
|
@ -412,9 +412,9 @@ init (EMultiConfigDialog *multi_config_dialog)
|
|||||||
gtk_widget_show (list_e_table);
|
gtk_widget_show (list_e_table);
|
||||||
|
|
||||||
gtk_dialog_add_buttons (GTK_DIALOG (multi_config_dialog),
|
gtk_dialog_add_buttons (GTK_DIALOG (multi_config_dialog),
|
||||||
GTK_STOCK_OK, GTK_RESPONSE_OK,
|
|
||||||
GTK_STOCK_APPLY, GTK_RESPONSE_APPLY,
|
GTK_STOCK_APPLY, GTK_RESPONSE_APPLY,
|
||||||
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
||||||
|
GTK_STOCK_OK, GTK_RESPONSE_OK,
|
||||||
NULL);
|
NULL);
|
||||||
gtk_dialog_set_default_response (GTK_DIALOG (multi_config_dialog), GTK_RESPONSE_OK);
|
gtk_dialog_set_default_response (GTK_DIALOG (multi_config_dialog), GTK_RESPONSE_OK);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user