diff options
Diffstat (limited to 'tdefile-plugins/k3bproject/CMakeLists.txt')
-rw-r--r-- | tdefile-plugins/k3bproject/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdefile-plugins/k3bproject/CMakeLists.txt b/tdefile-plugins/k3bproject/CMakeLists.txt index 48e9204..4bda659 100644 --- a/tdefile-plugins/k3bproject/CMakeLists.txt +++ b/tdefile-plugins/k3bproject/CMakeLists.txt @@ -40,6 +40,7 @@ tde_add_kpart( tdefile_k3b AUTOMOC ##### other data ################################ -install( FILES tdefile_k3b.desktop +tde_create_translated_desktop( + SOURCE tdefile_k3b.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |