Committing in .

Changes needed to get dialoged utility compile on VMS

 Modified Files:
 	wxWindows/descrip.mms wxWindows/include/wx/setup.h
 	wxWindows/lib/vms.opt
 	wxWindows/utils/dialoged/src/reseditr.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
1999-11-25 13:41:50 +00:00
parent e5ad852877
commit cd6361037d
4 changed files with 12 additions and 3 deletions

View File

@@ -1601,7 +1601,7 @@ wxString wxResourceManager::FindBitmapFilenameForResource(wxItemResource *resour
wxItemResource *child = (wxItemResource *)node->Data();
return child->GetName();
node = node->Next();
//node = node->Next();
}
return wxEmptyString;
}