diff options
Diffstat (limited to 'konq-plugins/imagerotation/CMakeLists.txt')
-rw-r--r-- | konq-plugins/imagerotation/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/konq-plugins/imagerotation/CMakeLists.txt b/konq-plugins/imagerotation/CMakeLists.txt index 32ec11b..6533163 100644 --- a/konq-plugins/imagerotation/CMakeLists.txt +++ b/konq-plugins/imagerotation/CMakeLists.txt @@ -17,6 +17,8 @@ install( PROGRAMS jpegorient DESTINATION ${BIN_INSTALL_DIR} ) -install( FILES jpegorient.desktop imageconverter.desktop +tde_create_translated_desktop( + SOURCE jpegorient.desktop imageconverter.desktop DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus + PO_DIR konq-plugins-desktops ) |