diff options
Diffstat (limited to 'deskutils/vym/files/patch-mainwindow.cpp')
-rw-r--r-- | deskutils/vym/files/patch-mainwindow.cpp | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/deskutils/vym/files/patch-mainwindow.cpp b/deskutils/vym/files/patch-mainwindow.cpp index daf05aa2cb73..42c45112f2d4 100644 --- a/deskutils/vym/files/patch-mainwindow.cpp +++ b/deskutils/vym/files/patch-mainwindow.cpp @@ -1,11 +1,22 @@ ---- mainwindow.cpp.orig Tue Sep 28 14:13:06 2004 -+++ mainwindow.cpp Sun Oct 17 23:49:36 2004 -@@ -53,6 +53,8 @@ - #include "showtextdialog.h" - #include "process.h" +--- mainwindow.cpp.orig Mon Jul 11 21:55:32 2005 ++++ mainwindow.cpp Sat Aug 6 17:20:39 2005 +@@ -57,6 +57,8 @@ + #include "settings.h" + #include "options.h" +#include <unistd.h> + extern TextEditor *textEditor; extern Main *mainWindow; extern int statusbarTime; +@@ -2322,7 +2324,9 @@ + docpath="./vym.app/Contents/vym.pdf"; + #else + // default path in SUSE LINUX +- docpath="/usr/share/doc/packages/vym/doc/vym.pdf"; ++// docpath="/usr/share/doc/packages/vym/doc/vym.pdf"; ++ // default path in FreeBSD ++ docpath="/usr/local/share/doc/vym/vym.pdf"; + #endif + + if (!QFile (docpath).exists() ) |