We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63acd9b commit cfd570eCopy full SHA for cfd570e
1 file changed
gui/applicationdialog.cpp
@@ -37,7 +37,7 @@ ApplicationDialog::ApplicationDialog(const QString &title,
37
connect(mUI.mButtons, SIGNAL(accepted()), this, SLOT(accept()));
38
connect(mUI.mButtons, SIGNAL(rejected()), this, SLOT(reject()));
39
mUI.mPath->setText(app.getPath());
40
- mUI.mName->setText(app.getPath());
+ mUI.mName->setText(app.getName());
41
mUI.mParameters->setText(app.getParameters());
42
setWindowTitle(title);
43
}
0 commit comments