diff options
author | monsta <[email protected]> | 2016-11-30 22:08:37 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-30 22:35:56 +0300 |
commit | d62da96bdf2aff605fb338b19c2f729dfaca93b4 (patch) | |
tree | 3602612e64e77ef10b7b85d887a56618fcb91158 /po | |
parent | 5ee13bce9f5c4672d24006be64790bd206b68319 (diff) | |
download | eom-d62da96bdf2aff605fb338b19c2f729dfaca93b4.tar.bz2 eom-d62da96bdf2aff605fb338b19c2f729dfaca93b4.tar.xz |
plugins: make them actually recognized and loaded by eom
- use *.plugin extension instead of *.eom-plugin
- use "Plugin" section name instead of "Eom Plugin"
mostly adapted from:
https://git.gnome.org/browse/eog/commit/?id=40bedbf33812e65f4a8e79691b1fadfaace94035
https://git.gnome.org/browse/eog/commit/?id=af184104018f36272ff8e49012c52d503f48eae7
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index bef2e1a..fcd7965 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -10,10 +10,10 @@ data/eom.desktop.in.in [type: gettext/glade]data/eom-preferences-dialog.ui [type: gettext/gsettings]data/org.mate.eom.gschema.xml.in plugins/fullscreen/eom-fullscreen-plugin.c -plugins/fullscreen/fullscreen.eom-plugin.desktop.in +plugins/fullscreen/fullscreen.plugin.desktop.in plugins/reload/eom-reload-plugin.c -plugins/reload/reload.eom-plugin.desktop.in -plugins/statusbar-date/statusbar-date.eom-plugin.desktop.in +plugins/reload/reload.plugin.desktop.in +plugins/statusbar-date/statusbar-date.plugin.desktop.in src/eom-application.c src/eom-close-confirmation-dialog.c src/eom-file-chooser.c |