[gimp] etc: s/gtk-cdrom/media-optical/ and s/gtk-floppy/media-floppy/



commit f0bd6e7da3ecd3f51a6ae6ac59047a30514b4475
Author: Jehan <jehan girinstud io>
Date:   Sun Sep 4 02:06:19 2016 +0200

    etc: s/gtk-cdrom/media-optical/ and s/gtk-floppy/media-floppy/
    
    Use Freedesktop standard names in priority when possible.

 etc/templaterc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/etc/templaterc b/etc/templaterc
index 90ed74c..7d4d3df 100644
--- a/etc/templaterc
+++ b/etc/templaterc
@@ -130,7 +130,7 @@
     (image-type rgb)
     (fill-type background-fill))
 (GimpTemplate "CD cover (300ppi)"
-    (icon-name "gtk-cdrom")
+    (icon-name "media-optical")
     (width 1429)
     (height 1417)
     (unit millimeters)
@@ -140,7 +140,7 @@
     (image-type rgb)
     (fill-type background-fill))
 (GimpTemplate "Floppy label (300ppi)"
-    (icon-name "gtk-floppy")
+    (icon-name "media-floppy")
     (width 825)
     (height 825)
     (unit millimeters)


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