diff options
Diffstat (limited to 'tdeabc/plugins/dir/CMakeLists.txt')
-rw-r--r-- | tdeabc/plugins/dir/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tdeabc/plugins/dir/CMakeLists.txt b/tdeabc/plugins/dir/CMakeLists.txt index 322c659d4..5dbf15a9d 100644 --- a/tdeabc/plugins/dir/CMakeLists.txt +++ b/tdeabc/plugins/dir/CMakeLists.txt @@ -39,7 +39,11 @@ install( FILES ##### other data ################################ -install( FILES dir.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc ) +tde_create_translated_desktop( + SOURCE dir.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdeabc-desktops +) ##### tdeabc_dir (library) ######################## |