SOURCES: vym-docpath.patch - set also path of pdf reader
glen
glen at pld-linux.org
Tue Aug 9 09:07:20 CEST 2005
Author: glen Date: Tue Aug 9 07:07:20 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- set also path of pdf reader
---- Files affected:
SOURCES:
vym-docpath.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/vym-docpath.patch
diff -u SOURCES/vym-docpath.patch:1.1 SOURCES/vym-docpath.patch:1.2
--- SOURCES/vym-docpath.patch:1.1 Tue Aug 9 08:49:53 2005
+++ SOURCES/vym-docpath.patch Tue Aug 9 09:07:15 2005
@@ -22,3 +22,14 @@
#endif
if (!QFile (docpath).exists() )
+--- vym-1.7.0/mainwindow.cpp~ 2005-08-09 09:42:16.000000000 +0300
++++ vym-1.7.0/mainwindow.cpp 2005-08-09 09:52:46.000000000 +0300
+@@ -189,7 +189,7 @@
+ // application to open PDFs
+ p="/vym/mainwindow/readerPDF";
+ #if defined(Q_OS_LINUX)
+- s=settings.readEntry (p,"acroread");
++ s=settings.readEntry (p,"kpdf");
+ #else
+ #if defined(Q_OS_MACX)
+ s=settings.readEntry (p,"/usr/bin/open");
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/vym-docpath.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list