From dab230b2e644a1ddb31270c5118d2014af6af36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Thu, 12 Nov 2009 13:16:51 +0000 Subject: [PATCH] Reverting addition of ellipsis for New Mail Message menu item. It wasn't in line with the intent of the interface guidelines. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34008 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mail/MailWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mail/MailWindow.cpp b/src/apps/mail/MailWindow.cpp index e99b4a94d4..dafaa1a2ef 100644 --- a/src/apps/mail/MailWindow.cpp +++ b/src/apps/mail/MailWindow.cpp @@ -200,7 +200,7 @@ TMailWindow::TMailWindow(BRect rect, const char* title, TMailApp* app, msg = new BMessage(M_NEW); msg->AddInt32("type", M_NEW); menu->AddItem(item = new BMenuItem(MDR_DIALECT_CHOICE ( - "New Mail Message", "N) 新規メッセージ作成") B_UTF8_ELLIPSIS, msg, 'N')); + "New Mail Message", "N) 新規メッセージ作成"), msg, 'N')); item->SetTarget(be_app); // Cheap hack - only show the drafts menu when composing messages. Insert