diff options
Diffstat (limited to 'desktop-editor/dialog.cpp')
-rw-r--r-- | desktop-editor/dialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-editor/dialog.cpp b/desktop-editor/dialog.cpp index 489adec4..a0cbb53e 100644 --- a/desktop-editor/dialog.cpp +++ b/desktop-editor/dialog.cpp @@ -44,9 +44,9 @@ void Dialog::Initialise(QString param) ui->cbStartupNotification->setVisible(false); ui->lCommand->setVisible(false); ui->pbCommand->setVisible(false); - ui->label_3->setVisible(false); - ui->label_6->setVisible(false); - ui->label_4->setText("URL"); //we use the WorkingDir boxes for URL + ui->lblCommand->setVisible(false); + ui->lblOptions->setVisible(false); + ui->lblWorkingDir->setText("URL"); //we use the WorkingDir boxes for URL desktopType="link"; } } |