Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4645 closed bug (invalid)

BAlert example in BeBook typo

Reported by: NielsE Owned by: nielx
Priority: normal Milestone: R1
Component: Documentation Version: R1/alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

I'm learning how to code a native gui in Haiku when I stumbled on this.

On the page: file:///boot/system/documentation/bebook/BAlert_Overview.html

There is this example: BAlert *myAlert = new BAlert("title", "Save changes to ...")

"Cancel", "Don't save", "Save", B_WIDTH_AS_USUAL, B_OFFSET_SPACING, B_WARNING_ALERT);

But it should be: BAlert *myAlert = new BAlert("title", "Save changes to ...",

"Cancel", "Don't save", "Save", B_WIDTH_AS_USUAL, B_OFFSET_SPACING, B_WARNING_ALERT);

Change History (3)

comment:1 by richienyhus, 15 years ago

The bebook is under creative commons by-nc-nd; forgive if I am wrong but I think that means it can't be changed.

comment:2 by nielx, 15 years ago

Resolution: invalid
Status: newclosed

Yes, this is unfortunately one of the things we cannot change. Thank you for reporting anyway!

comment:3 by NielsE, 15 years ago

Ok, too bad.

Note: See TracTickets for help on using tickets.