From eef66737ce147e24dc02f800b8f2381f130f1c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Sat, 19 Sep 2009 14:58:30 +0000 Subject: [PATCH] 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 --- src/apps/deskbar/BeMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskbar/BeMenu.cpp b/src/apps/deskbar/BeMenu.cpp index e0aba189dd..dcf708b207 100644 --- a/src/apps/deskbar/BeMenu.cpp +++ b/src/apps/deskbar/BeMenu.cpp @@ -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);