diff options
author | william <william.os4y@gmail.com> | 2015-03-13 18:57:42 +0100 |
---|---|---|
committer | william <william.os4y@gmail.com> | 2015-03-13 20:51:55 +0100 |
commit | d93b4ef3cd53f9fdfc2c434816bc4837c100a376 (patch) | |
tree | 326fe8b8f0590a7e41e49906f2859d4a06f304d2 | |
parent | automatically display correct folder when clicking command button (diff) | |
download | lumina-d93b4ef3cd53f9fdfc2c434816bc4837c100a376.tar.gz lumina-d93b4ef3cd53f9fdfc2c434816bc4837c100a376.tar.bz2 lumina-d93b4ef3cd53f9fdfc2c434816bc4837c100a376.zip |
default type is Application with capital A
-rw-r--r-- | desktop-editor/dialog.cpp | 2 |
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 } |