From c41e89d3daaccd860682c5ceac35067d1bcfc02f Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 4 Jun 2003 21:08:11 +0000 Subject: [PATCH] Fixed typo. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3428 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/app/Roster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/app/Roster.h b/headers/os/app/Roster.h index 97b0e4056c..39520eafd8 100644 --- a/headers/os/app/Roster.h +++ b/headers/os/app/Roster.h @@ -57,7 +57,7 @@ struct app_info { // watching request flags enum { - B_REQUEST_LAUNCH = 0x00000001, + B_REQUEST_LAUNCHED = 0x00000001, B_REQUEST_QUIT = 0x00000002, B_REQUEST_ACTIVATED = 0x00000004, };