* fixed some more GetSupportedSuites implementations
* fixed some local variables names * fixed the case of some message attribute names git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17734 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2217,11 +2217,11 @@ BWindow::GetSupportedSuites(BMessage *data)
|
||||
if (data == NULL)
|
||||
return B_BAD_VALUE;
|
||||
|
||||
status_t status = data->AddString("Suites", "suite/vnd.Be-window");
|
||||
status_t status = data->AddString("suites", "suite/vnd.Be-window");
|
||||
if (status == B_OK) {
|
||||
BPropertyInfo propertyInfo(sWindowPropInfo, sWindowValueInfo);
|
||||
|
||||
status = data->AddFlat("message", &propertyInfo);
|
||||
status = data->AddFlat("messages", &propertyInfo);
|
||||
if (status == B_OK)
|
||||
status = BLooper::GetSupportedSuites(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user