From 30f7ca4eab74c318409b26b831abdb1311ea8bc1 Mon Sep 17 00:00:00 2001 From: jrand Date: Thu, 12 Sep 2002 04:47:16 +0000 Subject: [PATCH] Fixing some errors in the message descriptions. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1016 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/develop/app/usecases/BDeskbarUseCases.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/develop/app/usecases/BDeskbarUseCases.html b/docs/develop/app/usecases/BDeskbarUseCases.html index 0133327328..a92fe03c79 100644 --- a/docs/develop/app/usecases/BDeskbarUseCases.html +++ b/docs/develop/app/usecases/BDeskbarUseCases.html @@ -1,5 +1,5 @@ - + BDeskbar Use Cases and Implementation Details @@ -210,7 +210,7 @@ confirms this.

 BMessage theMsg;
-theMsg.what = 'exst'
+theMsg.what = 'info'
 theMsg.AddInt32("id", theID);         // This is the id to check for
    // OR, only one of id or name should be in the message
 theMsg.AddString("name", theName);    // This is the name to check for
@@ -255,7 +255,7 @@ theMsg.AddInt32("count", ItemCount());    // This is the number of items in the
 
 
 BMessage theMsg;
-theMsg.what = 'exst'
+theMsg.what = 'remv'
 theMsg.AddInt32("id", theID);         // This is the id to remove
    // OR, only one of id or name should be in the message
 theMsg.AddString("name", theName);    // This is the name to remove