set the help_func again (but not the help_id).
2004-10-04 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_about): set the help_func again (but not the help_id).
This commit is contained in:

committed by
Sven Neumann

parent
6a5b30156c
commit
4872d236ca
@ -1,9 +1,14 @@
|
|||||||
|
2004-10-04 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/script-fu/script-fu-interface.c (script_fu_about): set
|
||||||
|
the help_func again (but not the help_id).
|
||||||
|
|
||||||
2004-10-04 Sven Neumann <sven@gimp.org>
|
2004-10-04 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/script-fu/script-fu-interface.c (script_fu_about):
|
* plug-ins/script-fu/script-fu-interface.c (script_fu_about):
|
||||||
enabled line wrapping on labels.
|
enabled line wrapping on labels.
|
||||||
(script_fu_interface): substitute underscores by hyphens to
|
(script_fu_interface): substitute underscores by hyphens to
|
||||||
generate the help_id from the procedure name.
|
generate the help-id from the procedure name.
|
||||||
|
|
||||||
2004-10-04 Michael Natterer <mitch@gimp.org>
|
2004-10-04 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
@ -977,7 +977,7 @@ script_fu_about (SFScript *script)
|
|||||||
sf_interface->about_dialog = dialog =
|
sf_interface->about_dialog = dialog =
|
||||||
gimp_dialog_new (sf_interface->title, "script-fu-about",
|
gimp_dialog_new (sf_interface->title, "script-fu-about",
|
||||||
sf_interface->dialog, 0,
|
sf_interface->dialog, 0,
|
||||||
NULL, NULL,
|
gimp_standard_help_func, NULL,
|
||||||
|
|
||||||
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user