Ops forgot one typo.

This commit is contained in:
plfiorini 2010-05-30 22:02:50 +00:00
parent ea78353c09
commit 1cd3ad8d26

View File

@ -29,7 +29,7 @@ PreferencesBehavior::PreferencesBehavior()
: BView("Behavior", B_WILL_DRAW)
{
fOnIncoming = new BStringView("onIncoming", "On incomming message...");
fOnIncoming = new BStringView("onIncoming", "On incoming message...");
fOnIncoming->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
fOnIncoming->SetFont(be_bold_font);