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:
Ingo Weinhold
2002-08-13 22:38:24 +00:00
parent 0f57d51474
commit 4a87ab984b
+3 -1
View File
@@ -717,7 +717,9 @@ void BApplication::InitData(const char* signature, status_t* error)
be_app = 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()
// Return the error or exit, if there was an error and no error variable
// has been supplied.