[shotwell] Use send-to for publish action



commit e8f91b08770e8482adac676f3aeeff57c16265d7
Author: Jens Georg <mail jensge org>
Date:   Thu Apr 12 20:13:22 2018 +0200

    Use send-to for publish action

 src/Resources.vala |    2 +-
 ui/collection.ui   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Resources.vala b/src/Resources.vala
index c5173eb..06af400 100644
--- a/src/Resources.vala
+++ b/src/Resources.vala
@@ -79,7 +79,7 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc.,
     public const string IMPORT_ALL = "import-all";
     public const string ENHANCE = "shotwell-auto-enhance";
     public const string CROP_PIVOT_RETICLE = "shotwell-crop-pivot-reticle";
-    public const string PUBLISH = "web-browser-symbolic";
+    public const string PUBLISH = "send-to-symbolic";
     public const string MERGE = "shotwell-merge-events";
     
     public const string GO_NEXT = "go-next-symbolic";
diff --git a/ui/collection.ui b/ui/collection.ui
index 89a3aa2..4f6cfe4 100644
--- a/ui/collection.ui
+++ b/ui/collection.ui
@@ -191,7 +191,7 @@
         <property name="action_name">win.Publish</property>
         <property name="label" translatable="yes">Publish</property>
         <property name="use_underline">True</property>
-        <property name="icon_name">web-browser-symbolic</property>
+        <property name="icon_name">send-to-symbolic</property>
       </object>
       <packing>
         <property name="expand">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]