diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-05 11:38:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-05 11:38:17 +0900 |
commit | 1f91199b59882b22518b469a4e7f17194097a134 (patch) | |
tree | 42fc7843ce76a5119474ddfef52c0c868eb26f0c /src | |
parent | c6b6d211a07d2ac9406a9b04b10b201b2a892f0e (diff) | |
download | kstreamripper-1f91199b59882b22518b469a4e7f17194097a134.tar.gz kstreamripper-1f91199b59882b22518b469a4e7f17194097a134.zip |
Added translation of .desktop files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeL10n.txt | 5 | ||||
-rw-r--r-- | src/kstreamripper.desktop | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 5c4271b..41f6783 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kstreamripper" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kstreamripper.desktop/" + SOURCES kstreamripper.desktop +) diff --git a/src/kstreamripper.desktop b/src/kstreamripper.desktop index 01000bb..55aeb2c 100644 --- a/src/kstreamripper.desktop +++ b/src/kstreamripper.desktop @@ -1,11 +1,14 @@ [Desktop Entry] -Encoding=UTF-8 Name=KStreamRipper + GenericName=Stream Ripper + Comment=A streamripper GUI for TDE -Exec=kstreamripper -Icon=kstreamripper + Type=Application +Icon=kstreamripper +Exec=kstreamripper +Encoding=UTF-8 Terminal=false X-DocPath=kstreamripper/index.html Categories=Qt;TDE;AudioVideo;Audio;Player;Tuner;Recorder; |