summaryrefslogtreecommitdiffstats
path: root/kppp/logview/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/logview/CMakeLists.txt')
-rw-r--r--kppp/logview/CMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/kppp/logview/CMakeLists.txt b/kppp/logview/CMakeLists.txt
index 204beeb5..43d381f5 100644
--- a/kppp/logview/CMakeLists.txt
+++ b/kppp/logview/CMakeLists.txt
@@ -23,9 +23,10 @@ link_directories(
##### other data ################################
-install( FILES
- kppplogview.desktop
- DESTINATION ${XDG_APPS_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE kppplogview.desktop
+ PO_DIR kppp-desktops
+)
##### kppplogview (executable) ##################