add assert

This commit is contained in:
Chris Danford
2006-02-09 00:59:26 +00:00
parent a1fcc64baf
commit 7546366890
@@ -55,6 +55,8 @@ void DialogUtil::SetHeaderFont( HWND hdlg, int nID )
void DialogUtil::LocalizeDialogAndContents( HWND hdlg )
{
ASSERT( THEME );
const int LARGE_STRING = 256;
char szTemp[LARGE_STRING] = "";
RString sGroup;