summaryrefslogtreecommitdiffstats
path: root/kcontrol/bell/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/bell/CMakeLists.txt')
-rw-r--r--kcontrol/bell/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/bell/CMakeLists.txt b/kcontrol/bell/CMakeLists.txt
index 732bde555..45fd2d656 100644
--- a/kcontrol/bell/CMakeLists.txt
+++ b/kcontrol/bell/CMakeLists.txt
@@ -21,7 +21,10 @@ link_directories(
##### other data ################################
-install( FILES bell.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE bell.desktop
+ PO_DIR kcontrol-desktops
+)
##### kcm_bell (module) #########################