Fixed typo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13485 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
101e7104ed
commit
47e1939779
@ -58,7 +58,7 @@ BStringView::BStringView(BMessage* data)
|
||||
{
|
||||
const char* text;
|
||||
|
||||
if (data->FindInt32("_aligne",(int32&)fAlign) != B_OK) {
|
||||
if (data->FindInt32("_align",(int32&)fAlign) != B_OK) {
|
||||
fAlign = B_ALIGN_LEFT;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user