Ending the Shutdown menu superitem label with an ellipsis hints that a dialog will follow. It also helps show that the superitem is actually selectable.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33187 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2009-09-19 14:58:30 +00:00
parent 95a67fecbd
commit eef66737ce

View File

@ -366,7 +366,7 @@ TBeMenu::AddStandardBeMenuItems()
AddSeparatorItem();
BMenu *shutdownMenu = new BMenu("Shutdown");
BMenu *shutdownMenu = new BMenu("Shutdown" B_UTF8_ELLIPSIS);
item = new BMenuItem("Restart System", new BMessage(CMD_REBOOT_SYSTEM));
item->SetEnabled(!dragging);