summaryrefslogtreecommitdiffstats
path: root/kcontrol/nics/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/nics/CMakeLists.txt')
-rw-r--r--kcontrol/nics/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/nics/CMakeLists.txt b/kcontrol/nics/CMakeLists.txt
index 05ddf92a2..331d7800d 100644
--- a/kcontrol/nics/CMakeLists.txt
+++ b/kcontrol/nics/CMakeLists.txt
@@ -29,7 +29,10 @@ link_directories(
##### other data ################################
-install( FILES nic.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE nic.desktop
+ PO_DIR kcontrol-desktops
+)
##### kcm_nic (module) ##########################