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