summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/integrator/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/integrator/CMakeLists.txt')
-rw-r--r--vcs/cvsservice/integrator/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/vcs/cvsservice/integrator/CMakeLists.txt b/vcs/cvsservice/integrator/CMakeLists.txt
index a17393d8..dabad069 100644
--- a/vcs/cvsservice/integrator/CMakeLists.txt
+++ b/vcs/cvsservice/integrator/CMakeLists.txt
@@ -25,7 +25,11 @@ link_directories(
##### other data ################################
-install( FILES kdevcvsserviceintegrator.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE kdevcvsserviceintegrator.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR tdevelop-desktops
+)
##### libcvsserviceintegrator (module) ##########