From ac3a539c9729d4cd81a4ec79d38213cc98d63ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 2 Nov 2008 22:00:43 +0000 Subject: [PATCH] Fix comment git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28472 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bsnow/SnowView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();