default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// the default name for objects of class wxStaticLine
|
||||
extern WXDLLEXPORT_DATA(const wxChar) wxStaticTextNameStr[];
|
||||
extern WXDLLEXPORT_DATA(const wxChar) wxStaticLineNameStr[];
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxStaticLine - a line in a dialog
|
||||
@@ -100,5 +100,4 @@ protected:
|
||||
|
||||
#endif // wxUSE_STATLINE
|
||||
|
||||
#endif
|
||||
// _WX_STATLINE_H_BASE_
|
||||
#endif // _WX_STATLINE_H_BASE_
|
||||
|
Reference in New Issue
Block a user