projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93b15d6
)
IsNull --> IsEmpty
author
Paul Cornett
<paulcor@bullseye.com>
Fri, 25 Nov 2011 00:32:27 +0000
(
00:32
+0000)
committer
Paul Cornett
<paulcor@bullseye.com>
Fri, 25 Nov 2011 00:32:27 +0000
(
00:32
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69814
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
interface/wx/region.h
patch
|
blob
|
blame
|
history
diff --git
a/interface/wx/region.h
b/interface/wx/region.h
index 9685c82f24b12ef9f2a4252aec92827c74b34ab8..f7b9a466a2d6bf3c95a4b24127ea9c4325b8364f 100644
(file)
--- a/
interface/wx/region.h
+++ b/
interface/wx/region.h
@@
-159,7
+159,7
@@
public:
Default constructor.
This constructor creates an invalid, or null, object, i.e. calling
- IsOk() on it returns @false and Is
Null
() returns @true.
+ IsOk() on it returns @false and Is
Empty
() returns @true.
*/
wxRegion();
/**