projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxConvFileName which is a variable, not define as wxConvFile; added comments...
[wxWidgets.git]
/
include
/
wx
/
motif
/
statbox.h
diff --git
a/include/wx/motif/statbox.h
b/include/wx/motif/statbox.h
index 59549a5327f7adfa80f8398956f5bd800d0f0f9c..c26d7ba69dc3010c4d76057b2973299d85c1d4fa 100644
(file)
--- a/
include/wx/motif/statbox.h
+++ b/
include/wx/motif/statbox.h
@@
-44,7
+44,7
@@
public:
virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
{
- return
FALSE
;
+ return
false
;
}
virtual WXWidget GetLabelWidget() const { return m_labelWidget; }