no changes, just remove typos in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
183b82cc61
commit
1e417065df
1 changed files with 4 additions and 3 deletions
|
|
@ -110,10 +110,11 @@ struct WXDLLIMPEXP_CORE wxHeaderButtonParams
|
|||
int m_labelAlignment;
|
||||
};
|
||||
|
||||
enum wxHeaderSortIconType {
|
||||
enum wxHeaderSortIconType
|
||||
{
|
||||
wxHDR_SORT_ICON_NONE, // Header button has no sort arrow
|
||||
wxHDR_SORT_ICON_UP, // Header button an an up sort arrow icon
|
||||
wxHDR_SORT_ICON_DOWN // Header button an a down sort arrow icon
|
||||
wxHDR_SORT_ICON_UP, // Header button an up sort arrow icon
|
||||
wxHDR_SORT_ICON_DOWN // Header button a down sort arrow icon
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue