Change to use help docs instead of the "foo"/"bar" that's there.

Thu Sep  2 17:06:28 2004  Jonathan Blandford  <jrb@redhat.com>

        * main.c: (cb_dialog_response): Change to use help docs instead of
        the "foo"/"bar" that's there.
This commit is contained in:
Jonathan Blandford 2004-09-02 21:07:48 +00:00 committed by Jonathan Blandford
parent c0b5b58d61
commit 072b848184
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Thu Sep 2 17:06:28 2004 Jonathan Blandford <jrb@redhat.com>
* main.c: (cb_dialog_response): Change to use help docs instead of
the "foo"/"bar" that's there.
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com> 2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* main.c: (setup_dialog): * main.c: (setup_dialog):

View file

@ -93,8 +93,8 @@ cb_dialog_response (GtkDialog *dialog, gint response_id)
GnomeClient *client; GnomeClient *client;
if (response_id == GTK_RESPONSE_HELP) if (response_id == GTK_RESPONSE_HELP)
capplet_help (GTK_WINDOW (dialog), capplet_help (GTK_WINDOW (dialog),
"foo.xml", "user-guide.xml",
"bar"); "goscustaccess-11");
else if (response_id == GTK_RESPONSE_CLOSE || response_id == GTK_RESPONSE_DELETE_EVENT) else if (response_id == GTK_RESPONSE_CLOSE || response_id == GTK_RESPONSE_DELETE_EVENT)
gtk_main_quit (); gtk_main_quit ();
else { else {