diff options
author | q5sys <jt@obs-sec.com> | 2017-05-02 10:48:24 -0400 |
---|---|---|
committer | q5sys <jt@obs-sec.com> | 2017-05-02 10:48:24 -0400 |
commit | b903618765470f06c10f21ae1016efbe479471a2 (patch) | |
tree | 146d5f8639c587a65847b288a31b088bac28d1c8 /src-qt5 | |
parent | fix typo in desktop file (diff) | |
download | lumina-b903618765470f06c10f21ae1016efbe479471a2.tar.gz lumina-b903618765470f06c10f21ae1016efbe479471a2.tar.bz2 lumina-b903618765470f06c10f21ae1016efbe479471a2.zip |
remove extra ; on category list
Diffstat (limited to 'src-qt5')
-rw-r--r-- | src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp b/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp index ce9d63d3..9f704d12 100644 --- a/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp +++ b/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.cpp @@ -99,7 +99,7 @@ commentfield = "Comment=" + comment; iconfield = "Icon=" + icon; terminalfield = "Terminal=" + terminal; execfield = "Exec=" + executable; -categoriesfield = "Categories=" + categories + ";"; +categoriesfield = "Categories=" + categories; keywordfield = "Keywords=" + keywords; } |