// Create a template relating image documents to their views
new wxDocTemplate(docManager, "Image", "*.png;*.jpg", "", "png;jpg",
"Image Doc", "Image View",
- CLASSINFO(wxImageDocument), CLASSINFO(wxImageView));
+ CLASSINFO(ImageDocument), CLASSINFO(ImageView));
}
// create the main frame window