diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f5fa9c5..22fd2a3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ add_subdirectory( daemon ) ##### other data -install( - FILES kdbusnotification-autostart.desktop +tde_create_translated_desktop( + SOURCE kdbusnotification-autostart.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) |