diff options
author | rbuj <[email protected]> | 2021-01-28 22:01:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-01-30 16:25:27 +0100 |
commit | 0d013c64108917b13a07633543092ea6f24e28d8 (patch) | |
tree | 32c286bac7b773cedd2544456bdd05146bcb62a9 | |
parent | f343f45b504c6dd78736a505a7865a2cc3d353ed (diff) | |
download | eom-0d013c64108917b13a07633543092ea6f24e28d8.tar.bz2 eom-0d013c64108917b13a07633543092ea6f24e28d8.tar.xz |
Fix desktop file validation warning
-rw-r--r-- | data/eom.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/eom.desktop.in.in b/data/eom.desktop.in.in index 465546b..95e20eb 100644 --- a/data/eom.desktop.in.in +++ b/data/eom.desktop.in.in @@ -8,7 +8,7 @@ Icon=eom StartupNotify=true Terminal=false Type=Application -Categories=GTK;Graphics;RasterGraphics;Viewer; +Categories=GTK;Graphics;2DGraphics;RasterGraphics;Viewer; # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=image;viewer;JPEG;PNG;TIFF;SVG;MATE;photos;browse;thumbnails;rotate; X-MATE-Bugzilla-Bugzilla=MATE |