HTML manual is called Manual.html on Windows, so open this file.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1870 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2007-09-11 18:18:09 +00:00
parent b7113bfa7a
commit 568e5987e8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-09-11 Enrico Tröger <enrico.troeger@uvena.de>
* src/callbacks.c: HTML manual is called Manual.html on Windows, so
open this file.
2007-09-11 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* plugins/export.c, plugins/classbuilder.c, src/utils.c, src/win32.c,

View File

@ -1270,7 +1270,7 @@ on_help1_activate (GtkMenuItem *menuitem,
#ifdef G_OS_WIN32
skip = 8;
uri = g_strconcat("file:///", app->docdir, "/index.html", NULL);
uri = g_strconcat("file:///", app->docdir, "/Manual.html", NULL);
g_strdelimit(uri, "\\", '/'); // replace '\\' by '/'
#else
skip = 7;