projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b3047
)
Fix wrong type of wild card parameter in wxFileCtrl documentation.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 15 Feb 2012 00:35:29 +0000
(
00:35
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 15 Feb 2012 00:35:29 +0000
(
00:35
+0000)
It is a string, not a point.
Closes #13970.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70585
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
interface/wx/filectrl.h
patch
|
blob
|
blame
|
history
diff --git
a/interface/wx/filectrl.h
b/interface/wx/filectrl.h
index 3822ae29b6b402d48104e076548cf2409eca3b38..8fe4b77f55b738ebdb4816a96071afe4c8d004b9 100644
(file)
--- a/
interface/wx/filectrl.h
+++ b/
interface/wx/filectrl.h
@@
-90,7
+90,7
@@
public:
wxFileCtrl(wxWindow* parent, wxWindowID id,
const wxString& defaultDirectory = wxEmptyString,
const wxString& defaultFilename = wxEmptyString,
- const wx
Point
& wildCard = wxFileSelectorDefaultWildcardStr,
+ const wx
String
& wildCard = wxFileSelectorDefaultWildcardStr,
long style = wxFC_DEFAULT_STYLE,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,