Mercurial > geeqie
annotate plugins/rotate/rotate.desktop.in @ 1770:1e4e74cf5fad
Spanish translation was updated. Thanks to Redy Rodriguez.
author | zas_ |
---|---|
date | Fri, 13 Nov 2009 18:37:31 +0000 |
parents | f549702f7b41 |
children |
rev | line source |
---|---|
1648 | 1 [Desktop Entry] |
2 Version=1.0 | |
3 Type=Application | |
4 _Name=Apply the orientation to image content | |
5 | |
6 # call the helper script | |
1749
f549702f7b41
added possibility to use geeqie-rotate as a standalone script
nadvornik
parents:
1648
diff
changeset
|
7 Exec=geeqie-rotate -g %f |
1648 | 8 |
9 # Desktop files that are usable only in Geeqie should be marked like this: | |
10 Categories=X-Geeqie; | |
11 OnlyShowIn=X-Geeqie; | |
12 | |
13 # Show in menu "Edit/Orientation" | |
14 X-Geeqie-Menu-Path=EditMenu/OrientationMenu | |
15 | |
16 # It can be made verbose | |
17 # X-Geeqie-Verbose=true | |
18 | |
19 MimeType=image/jpeg;image/png;image/tiff; |