From 23fa25fb458915a4f59589e6a71b74d5a2be8dc1 Mon Sep 17 00:00:00 2001
From: Andrzej <ndrwrdck@gmail.com>
Date: Wed, 11 Feb 2015 23:57:28 +0000
Subject: [PATCH] Renamed icon (bug 11513)

---
 plugins/actions/actions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
index 444a07780..bc806de5f 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -196,7 +196,7 @@ static ActionEntry action_entries[] =
     N_("_Restart"),
     N_("Are you sure you want to restart?"),
     N_("Restarting computer in %d seconds."),
-    "xfsm-reboot"
+    "system-reboot"
   },
   { ACTION_TYPE_SHUTDOWN,
     "shutdown",
-- 
GitLab