SF.net SVN: geany: [1870] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Sep 11 18:18:10 UTC 2007


Revision: 1870
          http://geany.svn.sourceforge.net/geany/?rev=1870&view=rev
Author:   eht16
Date:     2007-09-11 11:18:09 -0700 (Tue, 11 Sep 2007)

Log Message:
-----------
HTML manual is called Manual.html on Windows, so open this file.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/callbacks.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-09-11 16:05:03 UTC (rev 1869)
+++ trunk/ChangeLog	2007-09-11 18:18:09 UTC (rev 1870)
@@ -1,3 +1,9 @@
+2007-09-11  Enrico Tröger  <enrico.troeger at 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,

Modified: trunk/src/callbacks.c
===================================================================
--- trunk/src/callbacks.c	2007-09-11 16:05:03 UTC (rev 1869)
+++ trunk/src/callbacks.c	2007-09-11 18:18:09 UTC (rev 1870)
@@ -1270,7 +1270,7 @@
 
 #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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list