On Tue, 16 Apr 2002 02:02:15 +0200 (EET) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> VZ> diff -b -u -2 -r1.230 -r1.231 NB> VZ> --- wxMApp.cpp 15 Apr 2002 19:46:06 -0000 1.230 NB> VZ> +++ wxMApp.cpp 15 Apr 2002 23:45:13 -0000 1.231 NB> VZ> @@ -603,5 +603,5 @@ NB> VZ> // if it was TRUE (if we couldn't close before, may be we can now) NB> VZ> if ( m_CanClose ) NB> VZ> - return m_CanClose; NB> VZ> + return true; NB> NB> Why not TRUE? We (i.e. Karsten a long, long time ago) decided to use true/false in M instead of TRUE/FALSE as all compilers we use have the bool type anyhow. Of course, currently there are 50% of TRUEs and 50% of trues but I try to use only the lower case versions in the new code - which is not that easy as in wxWindows we have exactly the opposite convention. In M it really doesn't matter much, one way or another. Regards, VZ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
