Move options dialog to gnome-utils module.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5422 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-09-24 08:03:42 +00:00
parent d13baaabc8
commit 245b2894b4
5 changed files with 28 additions and 6 deletions

View File

@@ -161,6 +161,12 @@ gnc_set_remaining_argv(int len, const char **rest)
}
static void
gnc_global_options_help_cb (GNCOptionWin *win, gpointer dat)
{
helpWindow (NULL, NULL, HH_GLOBPREFS);
}
static gboolean
gnc_html_file_stream_cb (const char *location, char ** data)
{
@@ -544,6 +550,8 @@ gnucash_ui_init(void)
gnc_file_set_can_cancel_callback (gnc_ui_can_cancel_save);
gnc_options_dialog_set_global_help_cb (gnc_global_options_help_cb, NULL);
/* initialize gnome MDI and set up application window defaults */
app = gnc_main_window_new();
/* Run the ui startup hooks. */