Fixed a typo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39692 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -193,7 +193,7 @@ NotificationWindow::MessageReceived(BMessage* message)
|
||||
|
||||
reply.AddInt32("error", B_OK);
|
||||
} else
|
||||
reply.AddInt32("Error", B_ERROR);
|
||||
reply.AddInt32("error", B_NOT_ALLOWED);
|
||||
} else {
|
||||
reply.what = B_MESSAGE_NOT_UNDERSTOOD;
|
||||
reply.AddInt32("error", B_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user