summaryrefslogtreecommitdiffstats
path: root/languages/pascal/compiler/dccoptions/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'languages/pascal/compiler/dccoptions/CMakeLists.txt')
-rw-r--r--languages/pascal/compiler/dccoptions/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/languages/pascal/compiler/dccoptions/CMakeLists.txt b/languages/pascal/compiler/dccoptions/CMakeLists.txt
index ae6c6388..4c860bba 100644
--- a/languages/pascal/compiler/dccoptions/CMakeLists.txt
+++ b/languages/pascal/compiler/dccoptions/CMakeLists.txt
@@ -25,7 +25,11 @@ link_directories(
##### other data ################################
-install( FILES kdevdccoptions.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE kdevdccoptions.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR tdevelop-desktops
+)
##### libkdevdccoptions (module) ################