mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 21:41:28 +01:00
A comment to remind me to call create_app_meta_mime() in InitData() once it is available.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@481 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f010066db3
commit
47924e2bed
@ -551,6 +551,7 @@ void BApplication::InitData(const char* signature, status_t* error)
|
||||
fInitError = regError;
|
||||
}
|
||||
// TODO: SetName()
|
||||
// TODO: create_app_meta_mime()
|
||||
// return the error
|
||||
if (error)
|
||||
*error = fInitError;
|
||||
|
Loading…
x
Reference in New Issue
Block a user