summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Day <allanpday@gmail.com>2012-11-01 16:18:32 +0000
committerAllan Day <allanpday@gmail.com>2012-11-01 16:21:52 +0000
commit348208617b4b8db9a506e67ba3ca244ccaf3708c (patch)
treee462923b5e5de8de38bad44bf310cb3c31165efe
parent2c34c8e20f21b7d3d80494d4664a7292d7dc2f58 (diff)
downloadgnome-shell-348208617b4b8db9a506e67ba3ca244ccaf3708c.tar.gz
Use the correct icon in the restart dialog
It currently uses system-shutdown-symbolic. view-refresh-symbolic is a better fit in this case. https://bugzilla.gnome.org/show_bug.cgi?id=670687
-rw-r--r--js/ui/endSessionDialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js
index 887d5ca35..57a7dcdb3 100644
--- a/js/ui/endSessionDialog.js
+++ b/js/ui/endSessionDialog.js
@@ -105,7 +105,7 @@ const restartDialogContent = {
endDescription: _("Restarting the system."),
confirmButtons: [{ signal: 'ConfirmedReboot',
label: C_("button", "Restart") }],
- iconName: 'system-shutdown-symbolic',
+ iconName: 'view-refresh-symbolic',
iconStyleClass: 'end-session-dialog-shutdown-icon'
};