summaryrefslogtreecommitdiffstats
path: root/tdelirc/kcmlirc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdelirc/kcmlirc/CMakeLists.txt')
-rw-r--r--tdelirc/kcmlirc/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdelirc/kcmlirc/CMakeLists.txt b/tdelirc/kcmlirc/CMakeLists.txt
index 6f917e2..4524bcc 100644
--- a/tdelirc/kcmlirc/CMakeLists.txt
+++ b/tdelirc/kcmlirc/CMakeLists.txt
@@ -42,7 +42,7 @@ tde_add_kpart( kcm_kcmlirc AUTOMOC
##### other data ################################
-install( FILES kcmlirc.desktop
- DESTINATION ${XDG_APPS_INSTALL_DIR}
+tde_create_translated_desktop(
+ SOURCE kcmlirc.desktop
+ PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdelirc-desktops
)
-