diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-20 04:44:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-20 04:44:07 +0000 |
commit | e2b9995a76433f56bd82b43a589779229b32768a (patch) | |
tree | 983bfc297fca5776ca73434a4f15ed433bf5cb87 /cad/calculix/files/patch-cgx_VER+src+cgx.h | |
parent | o update to 4.3 (diff) |
Update to 1.2
PR: 75503
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
Diffstat (limited to 'cad/calculix/files/patch-cgx_VER+src+cgx.h')
-rw-r--r-- | cad/calculix/files/patch-cgx_VER+src+cgx.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cad/calculix/files/patch-cgx_VER+src+cgx.h b/cad/calculix/files/patch-cgx_VER+src+cgx.h index db8f42863363..5c9f8b7dc90f 100644 --- a/cad/calculix/files/patch-cgx_VER+src+cgx.h +++ b/cad/calculix/files/patch-cgx_VER+src+cgx.h @@ -1,13 +1,13 @@ ---- cgx_1.1/src/cgx.h.orig Tue Aug 5 10:08:37 2003 -+++ cgx_1.1/src/cgx.h Thu Aug 7 00:37:38 2003 +--- cgx_1.2/src/cgx.h.orig Sat Jul 17 17:17:41 2004 ++++ cgx_1.2/src/cgx.h Thu Dec 23 15:32:58 2004 @@ -59,8 +59,8 @@ #define MILLISECONDS_PER_PERIOD 1200 /* default location of the help files, please insert the actual one */ --#define HELPFILE {"/usr/local/CalculiX/cgx_1.1/doc/cgx/cgx.html",\ -- "/usr/local/CalculiX/ccx_1.1/doc/ccx/ccx.html"} +-#define HELPFILE {"/usr/local/CalculiX/cgx_1.2/doc/cgx/cgx.html",\ +- "/usr/local/CalculiX/ccx_1.2/doc/ccx/ccx.html"} +#define HELPFILE {"%%DOCSDIR%%/cgx/cgx.html",\ -+ "%%DOCSDIR%%/ccx/ccx.html"} ++ "%%DOCSDIR%%/ccx/ccx.html"} /* html browser, change if necessary */ - #define BROWSER {"netscape"} + /* #define BROWSER {"netscape"} */ |