ports/graphics/fractorama/files/patch-src::main.cpp
Kirill Ponomarev 45f798531a - Update to version 1.6.7
PR:		ports/63750
Submitted by:	Ports Fury
2004-03-04 16:02:12 +00:00

11 lines
347 B
C++

--- main.cpp.orig Sat Oct 25 04:35:20 2003
+++ main.cpp Tue Mar 2 23:36:04 2004
@@ -278,7 +278,7 @@
// Determine the name/location of our "home" document
char *s = Persist::getApplicationDirectory(
- argv[0], "index.html", "doc", FALSE
+ argv[0], "index.html", "../share/doc/fractorama", FALSE
);
QFileInfo info(s);