diff options
Diffstat (limited to 'kolourpaint/CMakeLists.txt')
-rw-r--r-- | kolourpaint/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolourpaint/CMakeLists.txt b/kolourpaint/CMakeLists.txt index ee5f064c..288675bb 100644 --- a/kolourpaint/CMakeLists.txt +++ b/kolourpaint/CMakeLists.txt @@ -35,7 +35,7 @@ link_directories( ##### other data ################################ -install( FILES kolourpaint.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( kolourpaint.desktop ) install( FILES kolourpaintui.rc DESTINATION ${DATA_INSTALL_DIR}/kolourpaint ) |