]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix recurring typo in "theming".
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Sep 2009 16:16:30 +0000 (16:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Sep 2009 16:16:30 +0000 (16:16 +0000)
It was (consistently) misspelt as "themeing" in several places.

Closes #11206.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/cocoa/private.h
src/aui/auibar.cpp
src/aui/auibook.cpp
src/aui/dockart.cpp
src/generic/listctrl.cpp
src/osx/carbon/font.cpp
src/osx/carbon/window.cpp
src/osx/utils_osx.cpp
src/osx/window_osx.cpp

index c8adede96941b2c8d78b7a4f9dbad32f55cb5570..ab8ba6b158e049fff758f3dd83df427d8df2374a 100644 (file)
@@ -33,7 +33,7 @@
 // shared between Cocoa and Carbon
 //
 
-// bring in themeing types without pulling in the headers
+// bring in theming types without pulling in the headers
 
 #if wxUSE_GUI
 typedef SInt16 ThemeBrush;
index 1c77b593866731adf2c68fa13d64231b400cc6b6..b7af874e97db34e7c06240877a4e1fe3b61543ef 100644 (file)
@@ -38,7 +38,7 @@
 
 #ifdef __WXMAC__
 #include "wx/osx/private.h"
-// for themeing support
+// for theming support
 #include <Carbon/Carbon.h>
 #endif
 
index 0d8462de1d27c5c58773af6ca99ef55682ffdeec..fe15ff4051b56835ec559392ab995a7a31e16ec3 100644 (file)
@@ -35,7 +35,7 @@
 
 #ifdef __WXMAC__
 #include "wx/osx/private.h"
-// for themeing support
+// for theming support
 #include <Carbon/Carbon.h>
 #endif
 
index 52f2d418338568bf7f93954ddea3b51759360bf1..7712c3b1436490e31fb6f4fa490c7ae2eaf8a3bc 100644 (file)
@@ -38,7 +38,7 @@
 #include "wx/osx/private.h"
 #include "wx/graphics.h"
 #include "wx/dcgraph.h"
-// for themeing support
+// for theming support
 #include <Carbon/Carbon.h>
 #endif
 
index b3c3b77564a92bdab2c60d60fb4f8a979f8ff03b..20136f008627679d0ec8f2f2257c010f7e3f8bf3 100644 (file)
@@ -52,7 +52,7 @@
 
 #ifdef __WXMAC__
     #include "wx/osx/private.h"
-    // for themeing support
+    // for theming support
     #include <Carbon/Carbon.h>
 #endif
 
index 29ff06fe94274f34575abd3e6ae5d15e60825361..aaf764a566dbe139fa69857f625c9316633a9726 100644 (file)
@@ -29,7 +29,7 @@
 #include "wx/osx/private.h"
 
 #if wxOSX_USE_ATSU_TEXT && !wxOSX_USE_CARBON
-// include themeing support
+// include theming support
 #include <Carbon/Carbon.h>
 #endif
 
@@ -163,7 +163,7 @@ protected:
 public:
     bool            m_fontValid;
 #if wxOSX_USE_CARBON && wxOSX_USE_ATSU_TEXT
-    // for true themeing support we must store the correct font
+    // for true theming support we must store the correct font
     // information here, as this speeds up and optimizes rendering
     ThemeFontID     m_macThemeFontID ;
 #endif
@@ -346,7 +346,7 @@ wxFontRefData::wxFontRefData(wxOSXSystemFont font, int size)
                 m_macThemeFontID = kThemeMiniSystemFont;
                 break;
            case wxOSX_SYSTEM_FONT_MINI_BOLD:
-                // bold not available under themeing
+                // bold not available under theming
                 m_macThemeFontID = kThemeMiniSystemFont;
                 break;
             case wxOSX_SYSTEM_FONT_LABELS:
index 09f448a83c2c6da6234a934fca0c5f624e157b63..1e54d5a279a86d0d32bd462fed7c6a88dcbf2484 100644 (file)
@@ -65,7 +65,7 @@
 #include "wx/osx/uma.h"
 #else
 #include "wx/osx/private.h"
-// bring in themeing
+// bring in theming
 #include <Carbon/Carbon.h>
 #endif
 
index 237243684e09dd37e3c61aa0f69f61ddb8903cb2..1081852ae7829e4931dabeb3fcc71196ddf5aec4 100644 (file)
@@ -42,7 +42,7 @@
 #include "wx/osx/private.h"
 
 #if wxOSX_USE_COCOA
-// to get the themeing APIs
+// to get the theming APIs
 #include <Carbon/Carbon.h>
 #endif
 
index 4a4c1278a9e68a5015285a55102aace5d9333aa9..4c873caa31242c17ee866053c9e17e721a19d0a9 100644 (file)
@@ -68,7 +68,7 @@
 #else
 #include "wx/osx/private.h"
 #if wxOSX_USE_COCOA
-// bring in themeing
+// bring in theming
 #include <Carbon/Carbon.h>
 #endif
 #endif