Fixed a stupid mistake in the message to create a window

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2004-08-22 00:10:44 +00:00
parent 2e463a12a9
commit f9ed3ba7d5
+1
View File
@@ -2206,6 +2206,7 @@ void BWindow::InitData( BRect frame, const char* title, window_look look,
fLink->Attach<uint32>( workspace );
fLink->Attach<int32>( _get_object_token_(this) );
fLink->Attach<port_id>( receive_port );
fLink->Attach<port_id>( fMsgPort );
fLink->AttachString( title );
fLink->Flush();