Set the the application BHandler's name correctly.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@754 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -717,7 +717,9 @@ void BApplication::InitData(const char* signature, status_t* error)
|
|||||||
be_app = this;
|
be_app = this;
|
||||||
be_app_messenger = BMessenger(NULL, this);
|
be_app_messenger = BMessenger(NULL, this);
|
||||||
}
|
}
|
||||||
// TODO: SetName()
|
// set the BHandler's name
|
||||||
|
if (fInitError == B_OK)
|
||||||
|
SetName(ref.name);
|
||||||
// TODO: create_app_meta_mime()
|
// TODO: create_app_meta_mime()
|
||||||
// Return the error or exit, if there was an error and no error variable
|
// Return the error or exit, if there was an error and no error variable
|
||||||
// has been supplied.
|
// has been supplied.
|
||||||
|
|||||||
Reference in New Issue
Block a user