]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
1. wxDateTimeHolidayAuthority class for calculating the holidays added
[wxWidgets.git] / src / common / appcmn.cpp
index b01cdd229c74331915ea13c555bb99395c8eb0ef..d185f5bff00e9efc6876069792f58ffbb871269b 100644 (file)
@@ -63,7 +63,7 @@ void wxAppBase::ProcessPendingEvents()
         delete node;
 
         // In ProcessPendingEvents(), new handlers might be add
-       // and we can safely leave the critical section here.
+           // and we can safely leave the critical section here.
         wxLEAVE_CRIT_SECT( *wxPendingEventsLocker );
         handler->ProcessPendingEvents();
         wxENTER_CRIT_SECT( *wxPendingEventsLocker );