diff --git a/src/apps/bsnow/SnowView.cpp b/src/apps/bsnow/SnowView.cpp index 7dcc50d5f2..020355d1c6 100644 --- a/src/apps/bsnow/SnowView.cpp +++ b/src/apps/bsnow/SnowView.cpp @@ -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();