Fix typo in clipboard header files
There was a typo in the class name (wxClipboad) in the Purpose header. Closes #23827.
This commit is contained in:
parent
329d35b922
commit
714103d00d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/clipbrd.h
|
||||
// Purpose: wxClipboad class and clipboard functions
|
||||
// Purpose: wxClipboard class and clipboard functions
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 19.10.99
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/msw/clipbrd.h
|
||||
// Purpose: wxClipboad class and clipboard functions for MSW
|
||||
// Purpose: wxClipboard class and clipboard functions for MSW
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue