Re: [AD] Error in the docs.

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> -> On BeOS, allegro_message brings up a GUI message box too :)

Fixed thusly on trunk and branch.

Index: docs/src/allegro._tx
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/allegro._tx,v
retrieving revision 1.116
diff -u -r1.116 allegro._tx
--- docs/src/allegro._tx        21 Dec 2002 10:10:49 -0000      1.116
+++ docs/src/allegro._tx        7 Jan 2003 14:56:31 -0000
@@ -178,10 +178,10 @@
    Outputs a message, using a printf() format string. This function must
    only be used when you aren't in graphics mode, eg. before calling
    set_gfx_mode(), or after a set_gfx_mode(GFX_TEXT). On platforms that have
-   a text mode console (DOS, Unix and BeOS) it will print the string to the
-   console, attempting to work around codepage differences by reducing any
-   accented characters to 7 bit ASCII approximations, or under Windows it
-   will bring up a GUI message box.
+   a text console (DOS and Unix) it will print the string to that console,
+   attempting to work around codepage differences by reducing any accented
+   characters to 7 bit ASCII approximations, and on platforms featuring a
+   windowing system it will bring up a GUI message box.

 @@void @set_window_title(const char *name);
 @xref set_close_button_callback


-- 
Eric Botcazou



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/