From a101dc79a47f04a96676221d25a4d344f35dc82d Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Sat, 14 Feb 2015 09:21:33 +0300 Subject: Rename action icon names (Bug #11513) xfsm-reboot -> system-reboot.png (freedesktop compliant) xfsm-logout -> system-log-out (freedesktop compliant) xfsm-shutdown -> system-shutdown (freedesktop compliant) xfsm-hibernate -> system-hibernate (non-compliant, but same as KDE) xfsm-suspend -> system-suspend (non-compliant, should be same as KDE) --- icons/scalable/Makefile.am | 2 +- icons/scalable/system-shutdown.svg | 166 +++++++++++++++++++++++++++++++++++++ icons/scalable/xfsm-shutdown.svg | 166 ------------------------------------- 3 files changed, 167 insertions(+), 167 deletions(-) create mode 100644 icons/scalable/system-shutdown.svg delete mode 100644 icons/scalable/xfsm-shutdown.svg (limited to 'icons/scalable') diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am index 6a9dece7..428c525e 100644 --- a/icons/scalable/Makefile.am +++ b/icons/scalable/Makefile.am @@ -1,6 +1,6 @@ iconsdir = $(datadir)/icons/hicolor/scalable/apps icons_DATA = \ xfce4-session.svg \ - xfsm-shutdown.svg + system-shutdown.svg EXTRA_DIST = $(icons_DATA) diff --git a/icons/scalable/system-shutdown.svg b/icons/scalable/system-shutdown.svg new file mode 100644 index 00000000..674a98b6 --- /dev/null +++ b/icons/scalable/system-shutdown.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + diff --git a/icons/scalable/xfsm-shutdown.svg b/icons/scalable/xfsm-shutdown.svg deleted file mode 100644 index 674a98b6..00000000 --- a/icons/scalable/xfsm-shutdown.svg +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - -- cgit v1.2.1