Ops forgot one typo.
This commit is contained in:
parent
ea78353c09
commit
1cd3ad8d26
|
@ -29,7 +29,7 @@ PreferencesBehavior::PreferencesBehavior()
|
||||||
: BView("Behavior", B_WILL_DRAW)
|
: 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->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE));
|
||||||
fOnIncoming->SetFont(be_bold_font);
|
fOnIncoming->SetFont(be_bold_font);
|
||||||
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue