projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unnecessary configure options from wxOSX install.txt.
[wxWidgets.git]
/
src
/
generic
/
textdlgg.cpp
diff --git
a/src/generic/textdlgg.cpp
b/src/generic/textdlgg.cpp
index d1f96ebfe5368c861519c1042c28b3b1f4a45036..d6e402bd1f0e592c452740debe0e3d80dffc9b8f 100644
(file)
--- a/
src/generic/textdlgg.cpp
+++ b/
src/generic/textdlgg.cpp
@@
-71,7
+71,7
@@
wxTextEntryDialog::wxTextEntryDialog(wxWindow *parent,
const wxString& value,
long style,
const wxPoint& pos)
- : wxDialog(GetParentForModalDialog(parent),
+ : wxDialog(GetParentForModalDialog(parent
, style
),
wxID_ANY, caption, pos, wxDefaultSize,
wxDEFAULT_DIALOG_STYLE),
m_value(value)