summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 17:19:24 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 17:19:24 -0500
commitf9a9d3f59ec01bfc6ac037e801c0decece9596cc (patch)
treec7617c401d2505adef5e1008b72d30674dcc5dd2 /buildtools/autotools
parentb6beb1816f978aecc2ffdc5a3ec36282b6df38ce (diff)
downloadtdevelop-f9a9d3f59ec01bfc6ac037e801c0decece9596cc.tar.gz
tdevelop-f9a9d3f59ec01bfc6ac037e801c0decece9596cc.zip
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'buildtools/autotools')
-rw-r--r--buildtools/autotools/addservicedlg.cpp2
-rw-r--r--buildtools/autotools/kdevautoproject.desktop2
-rw-r--r--buildtools/autotools/kdevtdeautoproject.desktop2
3 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/autotools/addservicedlg.cpp b/buildtools/autotools/addservicedlg.cpp
index 1b945553..705d9240 100644
--- a/buildtools/autotools/addservicedlg.cpp
+++ b/buildtools/autotools/addservicedlg.cpp
@@ -187,7 +187,7 @@ void AddServiceDialog::accept()
stream << "Comment=" << comment_edit->text() << endl;
if (!iconName.isNull())
stream << "Icon=" << iconName << endl;
- stream << "ServiceTypes=" << serviceTypes.join(",") << endl;
+ stream << "X-TDE-ServiceTypes=" << serviceTypes.join(",") << endl;
item = properties_listview->firstChild();
while (item) {
stream << item->text(0) << "=" << item->text(1) << endl;
diff --git a/buildtools/autotools/kdevautoproject.desktop b/buildtools/autotools/kdevautoproject.desktop
index a149c870..043a6c5d 100644
--- a/buildtools/autotools/kdevautoproject.desktop
+++ b/buildtools/autotools/kdevautoproject.desktop
@@ -90,7 +90,7 @@ GenericName[uz]=Automake loyihasi
GenericName[uz@cyrillic]=Automake лойиҳаси
GenericName[zh_CN]=Automake 工程
GenericName[zh_TW]=Automake 專案
-ServiceTypes=TDevelop/Project
+X-TDE-ServiceTypes=TDevelop/Project
Icon=make
X-TDE-Library=libkdevautoproject
X-TDevelop-Version=5
diff --git a/buildtools/autotools/kdevtdeautoproject.desktop b/buildtools/autotools/kdevtdeautoproject.desktop
index b9b6abd8..18d5364b 100644
--- a/buildtools/autotools/kdevtdeautoproject.desktop
+++ b/buildtools/autotools/kdevtdeautoproject.desktop
@@ -85,7 +85,7 @@ GenericName[tg]=Лоиҳаи TDE Automake
GenericName[tr]=TDE Automake Projesi
GenericName[zh_CN]=TDE Automake 工程
GenericName[zh_TW]=TDE Automake 專案
-ServiceTypes=TDevelop/Project
+X-TDE-ServiceTypes=TDevelop/Project
Icon=make
X-TDE-Library=libkdevautoproject
X-TDevelop-Version=5