Fix comment

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28472 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-11-02 22:00:43 +00:00
parent c470027d27
commit ac3a539c97
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ void SnowView::MouseUp(BPoint where)
msg.AddSpecifier("Replicant", "BSnow");
msg.AddSpecifier("Shelf");
msg.AddSpecifier("View", "PoseView");
msg.AddSpecifier("Window", 1); /* 0 is Twitcher */
msg.AddSpecifier("Window", 1); /* 0 is Tracker Status */
if ((msgr.SendMessage(&msg, &reply) == B_OK) &&
(reply.what == B_NO_REPLY || reply.what == B_REPLY)) {
//reply.PrintToStream();