]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/evtloop.h
add support for multiline labels in wxToggleButton
[wxWidgets.git] / include / wx / osx / carbon / evtloop.h
index 5cf323876dde47f713caff871b7d19decacf615e..dd8a6b448aac0d4f517410c079985fd2c22a7331 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MAC_CARBON_EVTLOOP_H_
 #define _WX_MAC_CARBON_EVTLOOP_H_
 
-// set wxMAC_USE_RUN_APP_EVENT_LOOP to 1 if the standard
+// set wxOSX_USE_RUN_APP_EVENT_LOOP to 1 if the standard
 // RunApplicationEventLoop function should be used, otherwise
 // the lower level CarbonEventLoop will be used
 //
 // events etc and perhaps we will also have to pipe events through an
 // ueber-event-handler to make sure we have one place to do all these
 // house-keeping functions
-#define wxMAC_USE_RUN_APP_EVENT_LOOP 0
+#define wxOSX_USE_RUN_APP_EVENT_LOOP 0
 
 // ----------------------------------------------------------------------------
 // wxEventLoop
 // ----------------------------------------------------------------------------
 
-#if wxMAC_USE_RUN_APP_EVENT_LOOP
+#if wxOSX_USE_RUN_APP_EVENT_LOOP
 
 class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopBase
 {