Adding missing ellipsis in menu item, as suggested by Luroh in #4935. Thanks!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33991 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2009-11-11 00:21:33 +00:00
parent db2b554fa3
commit fcbd30cadb

View File

@ -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) 新規メッセージ作成"), msg, 'N'));
"New Mail Message", "N) 新規メッセージ作成") B_UTF8_ELLIPSIS, msg, 'N'));
item->SetTarget(be_app);
// Cheap hack - only show the drafts menu when composing messages. Insert