diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2004-02-10 14:47:12 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2004-02-10 14:47:12 +0000 |
commit | 72093cef0f7b9f0bd2a6a5bb90cbf889a9701d32 (patch) | |
tree | 1515ec1a7cb2a9abdbd026eb497f1f942fdf4899 /cad/qcad/files | |
parent | update to amap-4.5 (diff) |
- Upgrade to QCad version 2.0.2.0-1
See http://www.ribbonsoft.com/qcad_doc_changelog.html for changes
can save ACAD R12 .DXF Files now
- Finish elimination of PORTREVISION (Many thanks to Tilman Linneweh)
- Add interim patch for compilation
- Change MAINTAINER to my address to faster getting future errlogs
Submitted by: Tilman Linneweh <arved@FreeBSD.org> (part.)
Notes
Notes:
svn path=/head/; revision=100555
Diffstat (limited to 'cad/qcad/files')
-rw-r--r-- | cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h b/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h new file mode 100644 index 000000000000..c422b77b31ee --- /dev/null +++ b/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h @@ -0,0 +1,9 @@ +--- qcadguiqt/src/ui/qg_commandwidget.ui.h.orig Mon Feb 9 18:16:26 2004 ++++ qcadguiqt/src/ui/qg_commandwidget.ui.h Mon Feb 9 18:17:27 2004 +@@ -130,5 +130,5 @@ + std::string s = errBuf.str(); + if (s.length()!=0) { +- appendHistory(QString("%1").arg(s)); ++ appendHistory(QString("%1").arg(s.c_str())); + } + //std::cout << "processStderr: OK\n"; |