add a help button.

2002-05-09  Jody Goldberg <jody@gnome.org>

	* background-properties-capplet.c (main) : add a help button.
This commit is contained in:
Jody Goldberg 2002-05-09 17:54:50 +00:00 committed by Jody Goldberg
parent 07046a3332
commit c25f749979
4 changed files with 5 additions and 793 deletions

View file

@ -560,6 +560,7 @@ main (int argc, char **argv)
dialog_win = gtk_dialog_new_with_buttons
(_("Background Preferences"), NULL, -1,
GTK_STOCK_HELP, GTK_RESPONSE_HELP,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
NULL);