diff options
Diffstat (limited to 'plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml')
-rw-r--r-- | plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml b/plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml index e04ab02..5272df6 100644 --- a/plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml +++ b/plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <gresources> <gresource prefix="/org/gnome/Shotwell/Publishing"> - <file>facebook.png</file> - <file>piwigo.svg</file> - <file>youtube.png</file> - <file>tumblr.png</file> - <file>google-photos.svg</file> - <file>facebook_publishing_options_pane.ui</file> + <!-- icons, with additional aliases into the icon namespace --> + <file alias="icons/hicolor/scalable/apps/piwigo.svg">piwigo.svg</file> + <file alias="icons/hicolor/24x24/apps/youtube.png">youtube.png</file> + <file alias="icons/hicolor/scalable/apps/google-photos.svg">google-photos.svg</file> + <file alias="icons/hicolor/scalable/apps/tumblr.svg">tumblr.svg</file> + <file>flickr_publishing_options_pane.ui</file> <file>google_photos_publishing_options_pane.ui</file> <file>piwigo_authentication_pane.ui</file> |