diff options
Diffstat (limited to 'kicker/applets/systemtray/CMakeLists.txt')
-rw-r--r-- | kicker/applets/systemtray/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kicker/applets/systemtray/CMakeLists.txt b/kicker/applets/systemtray/CMakeLists.txt index 904c977b7..067f7c129 100644 --- a/kicker/applets/systemtray/CMakeLists.txt +++ b/kicker/applets/systemtray/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES systemtrayapplet.desktop DESTINATION ${DATA_INSTALL_DIR}/kicker/applets ) +tde_create_translated_desktop( + SOURCE systemtrayapplet.desktop + DESTINATION ${DATA_INSTALL_DIR}/kicker/applets + PO_DIR kicker-desktops +) ##### systemtray_panelapplet (module) ########### |