summaryrefslogtreecommitdiffstats
path: root/tdeprint/printmgr/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/printmgr/CMakeLists.txt')
-rw-r--r--tdeprint/printmgr/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/tdeprint/printmgr/CMakeLists.txt b/tdeprint/printmgr/CMakeLists.txt
index 4498837b2..95324e55e 100644
--- a/tdeprint/printmgr/CMakeLists.txt
+++ b/tdeprint/printmgr/CMakeLists.txt
@@ -25,7 +25,11 @@ link_directories(
##### other data ################################
tde_install_icons( printmgr )
-install( FILES printers.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+
+tde_create_translated_desktop(
+ SOURCE printers.desktop
+ PO_DIR tdeprint-desktops
+)
##### kcm_printmgr (module) #####################