summaryrefslogtreecommitdiffstats
path: root/kate/snippets/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kate/snippets/CMakeLists.txt')
-rw-r--r--kate/snippets/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/kate/snippets/CMakeLists.txt b/kate/snippets/CMakeLists.txt
index 17cbb25..de018da 100644
--- a/kate/snippets/CMakeLists.txt
+++ b/kate/snippets/CMakeLists.txt
@@ -29,6 +29,8 @@ install( FILES plugin_katesnippets.rc
DESTINATION ${DATA_INSTALL_DIR}/kate/plugins/katesnippets
)
-install( FILES katesnippets.desktop
+tde_create_translated_desktop(
+ SOURCE katesnippets.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR kate-plugins-desktops
)