aboutsummaryrefslogtreecommitdiff
path: root/desktop-editor
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-editor')
-rw-r--r--desktop-editor/dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-editor/dialog.cpp b/desktop-editor/dialog.cpp
index fdf17d62..92a0980b 100644
--- a/desktop-editor/dialog.cpp
+++ b/desktop-editor/dialog.cpp
@@ -103,6 +103,7 @@ void Dialog::on_pbCommand_clicked()
tr("Open command"), commandFolder, tr("All Files (*)"));
if (!fileName.isEmpty()) {
ui->lCommand->setText(fileName);
+ ui->lCommand->setModified(true);
}
}
bgstack15