Searched refs:automaticItem (Results 1 - 1 of 1) sorted by path

/haiku/src/apps/mail/
H A DMailWindow.cpp474 BMenuItem* automaticItem = NULL; local
479 automaticItem = new BMenuItem(B_TRANSLATE("Automatic"), msg);
480 fEncodingMenu->AddItem(automaticItem);
519 if (automaticItem != NULL && !markedCharSet)
520 automaticItem->SetMarked(true);

Completed in 45 milliseconds