mirror of https://github.com/GNOME/gimp.git
s/welcome.html/introduction.html/.
2001-01-02 Michael Natterer <mitch@gimp.org> * app/gimphelp.c (gimp_idle_help): s/welcome.html/introduction.html/.
This commit is contained in:
parent
35c771e967
commit
fb91a4da68
|
@ -1,3 +1,7 @@
|
|||
2001-01-02 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/gimphelp.c (gimp_idle_help): s/welcome.html/introduction.html/.
|
||||
|
||||
2001-01-02 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/gimprc.[ch]
|
||||
|
|
|
@ -111,7 +111,7 @@ gimp_idle_help (gpointer data)
|
|||
idle_help = (GimpIdleHelp *) data;
|
||||
|
||||
if (idle_help->help_data == NULL && help_browser != HELP_BROWSER_GIMP)
|
||||
idle_help->help_data = g_strdup ("welcome.html");
|
||||
idle_help->help_data = g_strdup ("introduction.html");
|
||||
|
||||
#ifdef DEBUG_HELP
|
||||
if (idle_help->help_path)
|
||||
|
|
|
@ -111,7 +111,7 @@ gimp_idle_help (gpointer data)
|
|||
idle_help = (GimpIdleHelp *) data;
|
||||
|
||||
if (idle_help->help_data == NULL && help_browser != HELP_BROWSER_GIMP)
|
||||
idle_help->help_data = g_strdup ("welcome.html");
|
||||
idle_help->help_data = g_strdup ("introduction.html");
|
||||
|
||||
#ifdef DEBUG_HELP
|
||||
if (idle_help->help_path)
|
||||
|
|
Loading…
Reference in New Issue