Fixing some errors in the message descriptions.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1016 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
jrand 2002-09-12 04:47:16 +00:00
parent 76bfea45a3
commit 30f7ca4eab

View File

@ -1,5 +1,5 @@
<HTML>
<!-- $Id: BDeskbarUseCases.html,v 1.4 2002/09/10 03:30:21 jrand Exp $ -->
<!-- $Id: BDeskbarUseCases.html,v 1.5 2002/09/12 04:47:16 jrand Exp $ -->
<HEAD>
<TITLE>BDeskbar Use Cases and Implementation Details</TITLE>
</HEAD>
@ -210,7 +210,7 @@ confirms this.</P>
<PRE>
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
<PRE>
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