Fixed 5 bugs in wxImage and Blit
Removed warning messages Some more clientdata fiddleing Added bitmap support to wxTreeCtrl Fixed some bugs in wxTreeCtrl Added licence.txt to /docs/gtk/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1130,8 +1130,14 @@ wxDocTemplate *wxDocManager::FindTemplateForPath(const wxString& path)
|
||||
// How to implement in wxWindows? Must extend the file selector
|
||||
// dialog or implement own; OR match the extension to the
|
||||
// template extension.
|
||||
|
||||
#ifdef __WXMSW__
|
||||
wxDocTemplate *wxDocManager::SelectDocumentPath(wxDocTemplate **templates,
|
||||
int noTemplates, wxString& path, long WXUNUSED(flags), bool WXUNUSED(save))
|
||||
#else
|
||||
wxDocTemplate *wxDocManager::SelectDocumentPath(wxDocTemplate **WXUNUSED(templates),
|
||||
int WXUNUSED(noTemplates), wxString& path, long WXUNUSED(flags), bool WXUNUSED(save))
|
||||
#endif
|
||||
{
|
||||
// We can only have multiple filters in Windows
|
||||
#ifdef __WXMSW__
|
||||
|
Reference in New Issue
Block a user