diff options
Diffstat (limited to 'tdefile-plugins/rgb/CMakeLists.txt')
-rw-r--r-- | tdefile-plugins/rgb/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tdefile-plugins/rgb/CMakeLists.txt b/tdefile-plugins/rgb/CMakeLists.txt index 7596f2cb..3f4c58d9 100644 --- a/tdefile-plugins/rgb/CMakeLists.txt +++ b/tdefile-plugins/rgb/CMakeLists.txt @@ -23,7 +23,11 @@ link_directories( #### other data ################################# -install( FILES tdefile_rgb.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdefile_rgb.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdefile-desktops +) #### tdefile_rgb (module) ######################### |