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:
parent
b7113bfa7a
commit
568e5987e8
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user