diff options
Diffstat (limited to 'kcontrol/background/CMakeLists.txt')
-rw-r--r-- | kcontrol/background/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kcontrol/background/CMakeLists.txt b/kcontrol/background/CMakeLists.txt index 2dfc7ba3f..a62259b8d 100644 --- a/kcontrol/background/CMakeLists.txt +++ b/kcontrol/background/CMakeLists.txt @@ -42,7 +42,10 @@ if( BUILD_KCONTROL ) ##### other data ################################ - install( FILES background.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) + tde_create_translated_desktop( + SOURCE background.desktop + PO_DIR kcontrol-desktops + ) ##### kcm_background (module) ################### |