Mail: Tiny style fix
This commit is contained in:
@@ -351,7 +351,7 @@ TMailWindow::TMailWindow(BRect rect, const char* title, TMailApp* app,
|
|||||||
new BMessage(M_CHECK_SPELLING), ';');
|
new BMessage(M_CHECK_SPELLING), ';');
|
||||||
menu->AddItem(fSpelling);
|
menu->AddItem(fSpelling);
|
||||||
if (fApp->StartWithSpellCheckOn())
|
if (fApp->StartWithSpellCheckOn())
|
||||||
PostMessage (M_CHECK_SPELLING);
|
PostMessage(M_CHECK_SPELLING);
|
||||||
}
|
}
|
||||||
menu->AddSeparatorItem();
|
menu->AddSeparatorItem();
|
||||||
menu->AddItem(item = new BMenuItem(
|
menu->AddItem(item = new BMenuItem(
|
||||||
|
|||||||
Reference in New Issue
Block a user