diff options
Diffstat (limited to 'cad/vipec/files/patch-HelpWindow.cpp')
-rw-r--r-- | cad/vipec/files/patch-HelpWindow.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cad/vipec/files/patch-HelpWindow.cpp b/cad/vipec/files/patch-HelpWindow.cpp deleted file mode 100644 index 0896f7fe91aa..000000000000 --- a/cad/vipec/files/patch-HelpWindow.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- HelpWindow.cpp.orig Thu Oct 2 04:40:40 2003 -+++ HelpWindow.cpp Fri Aug 20 23:49:10 2004 -@@ -36,7 +36,15 @@ - QString vipecHome = QString(getenv("VIPECHOME")); - if ( vipecHome.isEmpty() ) - { -+#ifdef VIPECHOME -+ vipecHome = QString(VIPECHOME); -+ if (vipecHome.isEmpty()) -+ { -+ vipecHome = dir.absPath(); -+ } -+#else - vipecHome = dir.absPath(); -+#endif - } - home_ = vipecHome + "/help/index.html"; - const QStringList currentDir("."); |