mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Don't show about dialog (with its alpha message) except when BT enabled.
This commit is contained in:
parent
c5fc1acb3a
commit
c423f04d0d
1 changed files with 2 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue