use GTK_STOCK_ABOUT for the About button (bug #317339).

2005-09-27  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu-interface.c (script_fu_interface):
	use GTK_STOCK_ABOUT for the About button (bug #317339).
This commit is contained in:
Sven Neumann
2005-09-27 15:29:37 +00:00
committed by Sven Neumann
parent a2084107f3
commit 63b5c472c4
2 changed files with 6 additions and 1 deletions

View File

@ -222,7 +222,7 @@ script_fu_interface (SFScript *script)
NULL, 0,
gimp_standard_help_func, sf_interface->help_id,
GTK_STOCK_HELP, GTK_RESPONSE_HELP,
GTK_STOCK_ABOUT, GTK_RESPONSE_HELP,
GIMP_STOCK_RESET, RESPONSE_RESET,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK,