]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgrid.h
Made wxInfoBar::SetFont() change the text message font.
[wxWidgets.git] / include / wx / propgrid / propgrid.h
index a8dbe52937fa00e64c8072fef67d91555db0b979..95ad58a17131c2f5b1d289ea4dfb69e7c9d5d61f 100644 (file)
@@ -44,7 +44,7 @@ public:
     wxPGGlobalVarsClass();
     ~wxPGGlobalVarsClass();
 
-#if wxUSE_THREAD
+#if wxUSE_THREADS
     // Critical section for handling the globals. Generally it is not needed
     // since GUI code is supposed to be in single thread. However,
     // we do want the user to be able to convey wxPropertyGridEvents to other