app/gui/file-new-dialog.c app/gui/resize-dialog.c
2002-02-07 Sven Neumann <sven@gimp.org> * app/gui/file-new-dialog.c * app/gui/resize-dialog.c * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcroptool.c * app/tools/gimphuesaturationtool.c * app/tools/gimpposterizetool.c * app/tools/gimpthresholdtool.c * app/tools/gimptransformtool.c: moved Cancel button to the left. * data/images/Makefile.am * data/images/tips_wilber.png: removed ... * data/images/wilber-tips.png: ... and readded under a new name. * app/gui/tips-dialog.c: changed accordingly. * data/images/wilber-wizard.png: new wilber for the user installation dialog. * app/gui/user-install-dialog.c: use the new wilber icon. We still need a good new eeek wilber. * themes/Default/gtkrc: don't change the default font size.
This commit is contained in:
committed by
Sven Neumann
parent
758de05b72
commit
c51c98d911
@ -206,15 +206,15 @@ resize_widget_new (GimpImage *gimage,
|
||||
GTK_WIN_POS_MOUSE,
|
||||
FALSE, FALSE, TRUE,
|
||||
|
||||
GIMP_STOCK_RESET, reset_callback,
|
||||
resize, NULL, NULL, FALSE, FALSE,
|
||||
|
||||
GTK_STOCK_CANCEL,
|
||||
cancel_cb ? cancel_cb : G_CALLBACK (gtk_widget_destroy),
|
||||
cancel_cb ? user_data : NULL,
|
||||
cancel_cb ? NULL : (gpointer) 1,
|
||||
NULL, FALSE, TRUE,
|
||||
|
||||
GIMP_STOCK_RESET, reset_callback,
|
||||
resize, NULL, NULL, FALSE, FALSE,
|
||||
|
||||
GTK_STOCK_OK, ok_cb,
|
||||
user_data, NULL, NULL, TRUE, FALSE,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user