fix a couple of typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ca91e1eb7f
commit
87315ea262
@ -137,21 +137,21 @@ enum wxStockCursor
|
||||
#endif // X11
|
||||
wxCURSOR_ARROWWAIT,
|
||||
#ifdef __WXMAC__
|
||||
wxCURSOR_OPEN_HAND,
|
||||
wxCURSOR_CLOSED_HAND,
|
||||
wxCURSOR_OPEN_HAND,
|
||||
wxCURSOR_CLOSED_HAND,
|
||||
#endif
|
||||
|
||||
wxCURSOR_MAX
|
||||
};
|
||||
|
||||
#ifndef __WXGTK__
|
||||
#define wxCURSOR_DEFAULT wxCURSOR_ARROW
|
||||
#define wxCURSOR_DEFAULT wxCURSOR_ARROW
|
||||
#endif
|
||||
|
||||
#ifndef __WXMAC__
|
||||
// TODO CS supply openhand and closedhand cursors
|
||||
#define wxCURSOR_OPEN_HAND wxCURSOR_HAND,
|
||||
#define wxCURSOR_CLOSED_HAND wxCURSOR_HAND,
|
||||
#define wxCURSOR_OPEN_HAND wxCURSOR_HAND
|
||||
#define wxCURSOR_CLOSED_HAND wxCURSOR_HAND
|
||||
#endif
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/private/socket.h
|
||||
// Purpose: wxSocketImpl nd related declarations
|
||||
// Purpose: wxSocketImpl and related declarations
|
||||
// Authors: Guilhem Lavaux, Vadim Zeitlin
|
||||
// Created: April 1997
|
||||
// RCS-ID: $Id$
|
||||
|
Loading…
Reference in New Issue
Block a user