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

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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-08-03 17:55:45 +00:00
parent 96d714660a
commit 7391ec7a1b

View File

@@ -1202,8 +1202,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 }*
}
@@ -1358,7 +1357,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 }*
}