aboutsummaryrefslogtreecommitdiff
path: root/desktop-editor/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-editor/dialog.cpp')
-rw-r--r--desktop-editor/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-editor/dialog.cpp b/desktop-editor/dialog.cpp
index a8d9861d..a40fbe44 100644
--- a/desktop-editor/dialog.cpp
+++ b/desktop-editor/dialog.cpp
@@ -11,7 +11,7 @@ Dialog::Dialog(QWidget *parent) :
ui(new Ui::Dialog)
{
ui->setupUi(this);
- desktopType="application"; //default value
+ desktopType="Application"; //default value
}
bgstack15