lbellonda / qxmledit

QXmlEdit XML editor. Downloads: https://sourceforge.net/projects/qxmledit/files
http://qxmledit.org
Other
164 stars 48 forks source link

Help doesn't open PDF file #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
'UNIX_DOC_DIR' is incorrect.

Patch:

Index: src/qxmleditdata.cpp
===================================================================
--- src/qxmleditdata.cpp.orig
+++ src/qxmleditdata.cpp
@@ -229,7 +229,7 @@ QString QXmlEditData::getDocsDir()
 #else

 #ifdef UNIX_RESOURCES
-    QString toReturn = QString(STRINGIZE(UNIX_DOC_DIR));
+    QString toReturn = QString(STRINGIZE(UNIX_DOC_PATH));
     return toReturn;
 #else
     //All the others

Original issue reported on code.google.com by lazy.ken...@gmail.com on 16 Mar 2012 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by lbello...@gmail.com on 16 Mar 2012 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by lbello...@gmail.com on 1 Apr 2012 at 8:53

GoogleCodeExporter commented 9 years ago
Fixed in rev. 811.

Original comment by lbello...@gmail.com on 2 Apr 2012 at 7:29