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
This commit is contained in:
parent
b6670723e1
commit
dab230b2e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user