From f0ea22c060dd76c8d8fa9141ebceb7eb07b75ef5 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 28 Feb 2016 16:44:25 +0000 Subject: [PATCH] Minor git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4361 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/editor/qetelementeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/editor/qetelementeditor.cpp b/sources/editor/qetelementeditor.cpp index 78a2bc8a7..e6b73506f 100644 --- a/sources/editor/qetelementeditor.cpp +++ b/sources/editor/qetelementeditor.cpp @@ -1062,7 +1062,7 @@ void QETElementEditor::openRecentFile(const QString &filepath) { */ 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");