diff options
Diffstat (limited to 'buildtools/autotools/addservicedlg.cpp')
-rw-r--r-- | buildtools/autotools/addservicedlg.cpp | 2 |
1 files changed, 1 insertions, 1 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; |