summaryrefslogtreecommitdiffstats
path: root/tdeioslave/fish/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/fish/CMakeLists.txt')
-rw-r--r--tdeioslave/fish/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/tdeioslave/fish/CMakeLists.txt b/tdeioslave/fish/CMakeLists.txt
index f3fdc22e4..d7a30416b 100644
--- a/tdeioslave/fish/CMakeLists.txt
+++ b/tdeioslave/fish/CMakeLists.txt
@@ -25,7 +25,11 @@ link_directories(
##### other data ################################
-install( FILES fish.protocol nxfish.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE fish.protocol nxfish.protocol
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR tdeioslave-desktops
+)
##### tdeio_fish (module) #########################