summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 4c59d636..f0f944a8 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3563,6 +3563,7 @@ void MainWindow::addAsExecutable()
tr("Please enter a name for the executable"), QLineEdit::Normal,
targetInfo.baseName());
if (!name.isEmpty()) {
+ //Note: If this already exists, you'll lose custom settings
m_OrganizerCore.executablesList()->addExecutable(name,
binaryInfo.absoluteFilePath(),
arguments,