Don't show about dialog (with its alpha message) except when BT enabled.

This commit is contained in:
ehouse 2007-01-06 18:31:16 +00:00
parent 31b6526917
commit 8f924e9dc9

View file

@ -1092,11 +1092,12 @@ startApplication( PalmAppGlobals** globalsP )
getResString,
&globals->drawingPrefs );
/* ifdef BLUETOOTH??? */
#ifdef XWFEATURE_BLUETOOTH
if ( !globals->gState.reserved1 ) {
palmaskFromStrId( globals, STR_ABOUT_CONTENT, STR_ABOUT_TITLE );
globals->gState.reserved1 = XP_TRUE;
}
#endif
FrmGotoForm( XW_MAIN_FORM );