debugging: add custom events to logEvent

This commit is contained in:
ehouse 2007-02-02 08:11:42 +00:00
parent f441b22e78
commit c2d67e16da

View file

@ -634,8 +634,21 @@ logEvent( eventsEnum eType )
CASE_STR(firstLicenseeEvent);
CASE_STR(lastLicenseeEvent);
CASE_STR(firstUserEvent);
CASE_STR(lastUserEvent);
CASE_STR( dictSelectedEvent );
CASE_STR( newGameOkEvent );
CASE_STR( newGameCancelEvent);
CASE_STR( loadGameEvent);
CASE_STR( prefsChangedEvent);
CASE_STR( openSavedGameEvent);
CASE_STR( updateAfterFocusEvent);
#if defined XWFEATURE_BLUETOOTH || defined XWFEATURE_RELAY
CASE_STR( connsSettingChgEvent);
#endif
#ifdef FEATURE_SILK
CASE_STR( doResizeWinEvent );
#endif
default:
name = "<unknown>";
break;