2014-05-10 00:17:54 +00:00
|
|
|
Remove build time references so build-compare can do its work
|
|
|
|
|
2015-09-10 19:36:44 +00:00
|
|
|
---
|
|
|
|
librecad/src/main/qc_applicationwindow.cpp | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
Index: LibreCAD-2.0.8/librecad/src/main/qc_applicationwindow.cpp
|
|
|
|
===================================================================
|
|
|
|
--- LibreCAD-2.0.8.orig/librecad/src/main/qc_applicationwindow.cpp
|
|
|
|
+++ LibreCAD-2.0.8/librecad/src/main/qc_applicationwindow.cpp
|
|
|
|
@@ -3358,7 +3358,6 @@ void QC_ApplicationWindow::slotHelpAbout
|
2014-05-09 23:52:50 +00:00
|
|
|
tr("Compiler: Microsoft Visual C++<br>") +
|
2011-10-19 21:15:23 +00:00
|
|
|
#endif
|
2014-05-09 23:52:50 +00:00
|
|
|
tr("Qt Version: %1").arg(qVersion()) + "<br>" +
|
2011-10-19 21:15:23 +00:00
|
|
|
- tr("Compiled on: %1").arg(__DATE__) + "<br>" +
|
|
|
|
"Portions (c) 2011 by R. van Twisk" + "<br>" +
|
|
|
|
tr("Program Icons Supplied by") +"<br> Pablo: LibreCAD Argentine<br/>" +
|
|
|
|
tr("Splash and Logo supplied by") + "<br> Diego " + "<a href=\"http://daltom.2082studio.com/\">Daltom Designer</a>" + "<br/>" +
|