diff options
Diffstat (limited to 'interfaces/kregexpeditor')
-rw-r--r-- | interfaces/kregexpeditor/CMakeLists.txt | 6 | ||||
-rw-r--r-- | interfaces/kregexpeditor/kregexpeditor.desktop | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/interfaces/kregexpeditor/CMakeLists.txt b/interfaces/kregexpeditor/CMakeLists.txt index bac8b8fe1..9781763d1 100644 --- a/interfaces/kregexpeditor/CMakeLists.txt +++ b/interfaces/kregexpeditor/CMakeLists.txt @@ -17,4 +17,8 @@ install( FILES ##### other data ################################ -install( FILES kregexpeditor.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kregexpeditor.desktop + DESTINATION ${SERVICETYPES_INSTALL_DIR} + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/interfaces-desktops +) diff --git a/interfaces/kregexpeditor/kregexpeditor.desktop b/interfaces/kregexpeditor/kregexpeditor.desktop index ec0d50bb9..62e9649d3 100644 --- a/interfaces/kregexpeditor/kregexpeditor.desktop +++ b/interfaces/kregexpeditor/kregexpeditor.desktop @@ -1,4 +1,3 @@ [Desktop Entry] Type=ServiceType X-TDE-ServiceType=KRegExpEditor/KRegExpEditor - |