projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix for wxUSE_INTL == 0 (patch 646466)
[wxWidgets.git]
/
src
/
mac
/
statbrma.cpp
diff --git
a/src/mac/statbrma.cpp
b/src/mac/statbrma.cpp
index 139b505f8e271a5bca60bc055c078a26d6499ef7..59f6573dae2c7f385145378cdaffdeb415541377 100644
(file)
--- a/
src/mac/statbrma.cpp
+++ b/
src/mac/statbrma.cpp
@@
-147,4
+147,4
@@
void wxStatusBarMac::MacSuperEnabled( bool enabled )
{
Refresh(FALSE) ;
wxWindow::MacSuperEnabled( enabled ) ;
{
Refresh(FALSE) ;
wxWindow::MacSuperEnabled( enabled ) ;
-}
\ No newline at end of file
+}