Author: dpage Date: 2005-10-18 20:24:03 +0100 (Tue, 18 Oct 2005) New Revision: 4565
Modified: trunk/pgadmin3/src/pgAdmin3.cpp Log: Tweak copyright font size on Mac Modified: trunk/pgadmin3/src/pgAdmin3.cpp =================================================================== --- trunk/pgadmin3/src/pgAdmin3.cpp 2005-10-18 18:39:32 UTC (rev 4564) +++ trunk/pgadmin3/src/pgAdmin3.cpp 2005-10-18 19:24:03 UTC (rev 4565) @@ -485,12 +485,16 @@ #ifdef __WIN32__ #define SPLASH_FONTSIZE 8 #else +#ifdef __WXMAC__ +#define SPLASH_FONTSIZE 11 +#else #if wxCHECK_VERSION(2,5,0) #define SPLASH_FONTSIZE 9 #else #define SPLASH_FONTSIZE 11 #endif #endif +#endif #define SPLASH_X0 128 #define SPLASH_Y0 281 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend
