Really add "hint" property to wxTextCtrl XRC handler schema description.

This was supposed to be done in r76629 but the property was mistakenly added
to wxRichTextCtrl instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2014-08-03 12:47:14 +00:00
parent 316da5d468
commit 05d56ded40

View File

@ -1234,8 +1234,7 @@ wxRichTextCtrl =
stdObjectNodeAttributes &
stdWindowProperties &
[xrc:p="o"] element value {_, t_text }* &
[xrc:p="o"] element maxlength {_, t_integer }* &
[xrc:p="o"] element hint {_, t_text }*
[xrc:p="o"] element maxlength {_, t_integer }*
}
@ -1390,7 +1389,8 @@ wxTextCtrl =
stdObjectNodeAttributes &
stdWindowProperties &
[xrc:p="o"] element value {_, t_text }* &
[xrc:p="o"] element maxlength {_, t_integer }*
[xrc:p="o"] element maxlength {_, t_integer }* &
[xrc:p="o"] element hint {_, t_text }*
}