[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4361
Author: scorpio810
Date: 2016-02-28 17:44:25 +0100 (Sun, 28 Feb 2016)
Log Message:
-----------
Minor
Modified Paths:
--------------
trunk/sources/editor/qetelementeditor.cpp
Modified: trunk/sources/editor/qetelementeditor.cpp
===================================================================
--- trunk/sources/editor/qetelementeditor.cpp 2016-02-28 16:16:51 UTC (rev 4360)
+++ trunk/sources/editor/qetelementeditor.cpp 2016-02-28 16:44:25 UTC (rev 4361)
@@ -1062,7 +1062,7 @@
*/
void QETElementEditor::slot_openDxf (){
#ifdef Q_OS_WIN
-QString program = (QDir::homePath() + "/.qet/DXFtoQET.exe");
+QString program = (QDir::homePath() + "/qet/DXFtoQET.exe");
#endif
#ifdef Q_OS_LINUX
QString program = (QDir::homePath() + "/.qet/DXFtoQET");