diff options
Diffstat (limited to 'conduits/notepadconduit/CMakeLists.txt')
-rw-r--r-- | conduits/notepadconduit/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conduits/notepadconduit/CMakeLists.txt b/conduits/notepadconduit/CMakeLists.txt index 576ee2e..10a1ead 100644 --- a/conduits/notepadconduit/CMakeLists.txt +++ b/conduits/notepadconduit/CMakeLists.txt @@ -25,6 +25,7 @@ tde_add_kpart( conduit_notepad AUTOMOC ##### other data ################################ -install( FILES notepad-conduit.desktop +tde_create_translated_desktop( + SOURCE notepad-conduit.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |