diff options
Diffstat (limited to 'libkcddb/kcmcddb/CMakeLists.txt')
-rw-r--r-- | libkcddb/kcmcddb/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/kcmcddb/CMakeLists.txt b/libkcddb/kcmcddb/CMakeLists.txt index d94fa800..43fb0680 100644 --- a/libkcddb/kcmcddb/CMakeLists.txt +++ b/libkcddb/kcmcddb/CMakeLists.txt @@ -38,5 +38,5 @@ tde_add_kpart( kcm_cddb AUTOMOC ##### other data ################################ -install( FILES libkcddb.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( libkcddb.desktop ) install( FILES kcmcddb-emailsettings.upd DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update ) |