projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817670e
)
typo fix
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 15 Jun 2003 20:14:57 +0000
(20:14 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 15 Jun 2003 20:14:57 +0000
(20:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21174
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/fldlgcmn.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/fldlgcmn.cpp
b/src/common/fldlgcmn.cpp
index fc6f7366ff80b4b58f7af5109d38d8c4d8329a1b..fafcd666d338733734682059071a26775a9718e9 100644
(file)
--- a/
src/common/fldlgcmn.cpp
+++ b/
src/common/fldlgcmn.cpp
@@
-259,7
+259,7
@@
int wxParseFileFilter(const wxString& filterStr,
// string as filter
if ( filters.IsEmpty() )
{
- description.Add(wxEmptyString);
+ description
s
.Add(wxEmptyString);
filters.Add(filterStr);
}
else