2017-04-24 10:38:27 +02:00
|
|
|
diff --git a/panels/power/cc-power-panel.c b/panels/power/cc-power-panel.c
|
2017-08-31 09:41:33 +02:00
|
|
|
index 3377500..f6fd736 100644
|
2017-04-24 10:38:27 +02:00
|
|
|
--- a/panels/power/cc-power-panel.c
|
|
|
|
+++ b/panels/power/cc-power-panel.c
|
2017-08-31 09:41:33 +02:00
|
|
|
@@ -2060,6 +2060,7 @@ populate_power_button_model (GtkTreeModel *model,
|
2017-04-24 10:38:27 +02:00
|
|
|
char *name;
|
|
|
|
GsdPowerButtonActionType value;
|
|
|
|
} actions[] = {
|
|
|
|
+ { N_("Shutdown"), GSD_POWER_BUTTON_ACTION_SHUTDOWN },
|
2017-08-31 09:41:33 +02:00
|
|
|
{ N_("Suspend"), GSD_POWER_BUTTON_ACTION_SUSPEND },
|
|
|
|
{ N_("Power Off"), GSD_POWER_BUTTON_ACTION_INTERACTIVE },
|
|
|
|
{ N_("Hibernate"), GSD_POWER_BUTTON_ACTION_HIBERNATE },
|