Fixed a typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39692 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-12-01 14:35:51 +00:00
parent 07df8bec9b
commit 2115850c7e
1 changed files with 7 additions and 7 deletions

View File

@ -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);