projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reverted yet another accidental commit of testing code in r57505
[wxWidgets.git]
/
src
/
generic
/
filectrlg.cpp
diff --git
a/src/generic/filectrlg.cpp
b/src/generic/filectrlg.cpp
index e6404bfad6e9271399ed68ad64d6ccd80ffa0a9c..e58ada1f59a257bcd05acd4195493244edb78756 100644
(file)
--- a/
src/generic/filectrlg.cpp
+++ b/
src/generic/filectrlg.cpp
@@
-1176,7
+1176,7
@@
void wxGenericFileCtrl::DoSetFilterIndex( int filterindex )
if ( !pcd )
return;
if ( !pcd )
return;
- const wxString& str = ((
wx_static_cast(wxStringClientData *,
pcd))->GetData());
+ const wxString& str = ((
static_cast<wxStringClientData *>(
pcd))->GetData());
m_list->SetWild( str );
m_filterIndex = filterindex;
if ( str.Left( 2 ) == wxT( "*." ) )
m_list->SetWild( str );
m_filterIndex = filterindex;
if ( str.Left( 2 ) == wxT( "*." ) )