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:
parent
95a67fecbd
commit
eef66737ce
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user