Index: uspace/app/shutdown-dlg/shutdown-dlg.c
===================================================================
--- uspace/app/shutdown-dlg/shutdown-dlg.c	(revision 97116a2242bfa9ad5e6f040c582a36440ffd99a5)
+++ uspace/app/shutdown-dlg/shutdown-dlg.c	(revision f35749ea567f56991e775945db2ae2ded40751e6)
@@ -400,5 +400,5 @@
 	}
 
-	rc = system_shutdown(sddlg->system);
+	rc = system_poweroff(sddlg->system);
 	if (rc != EOK) {
 		printf("Failed requesting system shutdown.\n");
