diff options
Diffstat (limited to 'tdefile-plugins/txt/CMakeLists.txt')
-rw-r--r-- | tdefile-plugins/txt/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tdefile-plugins/txt/CMakeLists.txt b/tdefile-plugins/txt/CMakeLists.txt index 85232e0..8c88877 100644 --- a/tdefile-plugins/txt/CMakeLists.txt +++ b/tdefile-plugins/txt/CMakeLists.txt @@ -24,6 +24,8 @@ tde_add_kpart( tdefile_txt AUTOMOC ##### other data ################################ -install( FILES tdefile_txt.desktop +tde_create_translated_desktop( + SOURCE tdefile_txt.desktop DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdefile-desktops ) |