projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream...
[wxWidgets.git]
/
interface
/
wx
/
statline.h
diff --git
a/interface/wx/statline.h
b/interface/wx/statline.h
index f2830d91cd24bb7ff6671cd29b1eb33e12a0a017..198e5a8824d59e47c043ecd5ca347eba8857c2b9 100644
(file)
--- a/
interface/wx/statline.h
+++ b/
interface/wx/statline.h
@@
-61,7
+61,7
@@
public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
- const wxString& name =
"staticLine"
);
+ const wxString& name =
wxStaticLineNameStr
);
/**
Creates the static line for two-step construction.