]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/theme.cpp
correcting last commit
[wxWidgets.git] / src / univ / theme.cpp
index 1ed1f57a20107d55719ca388a16744c793dba75c..ba0749f97dcfb618c541750593bdb7459d41ce67 100644 (file)
@@ -86,7 +86,7 @@ wxThemeInfo::wxThemeInfo(Constructor c,
     if ( ms_theme )
     {
         // we already have a theme
-        return TRUE;
+        return true;
     }
 
     wxString nameDefTheme;
@@ -121,13 +121,13 @@ wxThemeInfo::wxThemeInfo(Constructor c,
     {
         wxLogError(_("Failed to initialize GUI: no built-in themes found."));
 
-        return FALSE;
+        return false;
     }
 
     // Set the theme as current.
     wxTheme::Set(theme);
 
-    return TRUE;
+    return true;
 }
 
 /* static */ wxTheme *wxTheme::Set(wxTheme *theme)