Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15438 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-09 14:03:00 +00:00
parent e62201bacd
commit ccfb624b7a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -713,7 +713,7 @@ ServerWindow::_DispatchMessage(int32 code, BPrivate::LinkReceiver &link)
}
case AS_SET_FEEL:
{
STRACE(("ServerWindow %s: Message AS_SET_LOOK\n", Title()));
STRACE(("ServerWindow %s: Message AS_SET_FEEL\n", Title()));
status_t status = B_ERROR;
int32 feel;
@@ -732,7 +732,7 @@ ServerWindow::_DispatchMessage(int32 code, BPrivate::LinkReceiver &link)
}
case AS_SET_FLAGS:
{
STRACE(("ServerWindow %s: Message AS_SET_LOOK\n", Title()));
STRACE(("ServerWindow %s: Message AS_SET_FLAGS\n", Title()));
status_t status = B_ERROR;
uint32 flags;