add assert
This commit is contained in:
@@ -55,6 +55,8 @@ void DialogUtil::SetHeaderFont( HWND hdlg, int nID )
|
|||||||
|
|
||||||
void DialogUtil::LocalizeDialogAndContents( HWND hdlg )
|
void DialogUtil::LocalizeDialogAndContents( HWND hdlg )
|
||||||
{
|
{
|
||||||
|
ASSERT( THEME );
|
||||||
|
|
||||||
const int LARGE_STRING = 256;
|
const int LARGE_STRING = 256;
|
||||||
char szTemp[LARGE_STRING] = "";
|
char szTemp[LARGE_STRING] = "";
|
||||||
RString sGroup;
|
RString sGroup;
|
||||||
|
|||||||
Reference in New Issue
Block a user