diff options
Diffstat (limited to 'kicker-applets/ktimemon/CMakeLists.txt')
-rw-r--r-- | kicker-applets/ktimemon/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kicker-applets/ktimemon/CMakeLists.txt b/kicker-applets/ktimemon/CMakeLists.txt index 45363b7..7d827d7 100644 --- a/kicker-applets/ktimemon/CMakeLists.txt +++ b/kicker-applets/ktimemon/CMakeLists.txt @@ -29,6 +29,8 @@ tde_install_icons( ktimemon ) ##### other data ################################ -install( FILES ktimemon.desktop +tde_create_translated_desktop( + SOURCE ktimemon.desktop DESTINATION ${DATA_INSTALL_DIR}/kicker/applets + PO_DIR kicker-applets-desktops ) |