git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2014
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Check for bitmap resource name (in case loading old-style resource file)
if (expr->Nth(count) && ((expr->Nth(count)->Type() == PrologString) || (expr->Nth(count)->Type() == PrologWord)))
{
// Check for bitmap resource name (in case loading old-style resource file)
if (expr->Nth(count) && ((expr->Nth(count)->Type() == PrologString) || (expr->Nth(count)->Type() == PrologWord)))
{
wxString str(expr->Nth(count)->StringValue());
wxString str(expr->Nth(count)->StringValue());