]> git.saurik.com Git - wxWidgets.git/commitdiff
Build fix for SmartPhoneCE.
authorWłodzimierz Skiba <abx@abx.art.pl>
Sun, 30 Apr 2006 00:04:37 +0000 (00:04 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Sun, 30 Apr 2006 00:04:37 +0000 (00:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/utilscmn.cpp

index 49f9715fe5b7fb76ae87e954a0bcffaedfb1b863..05f0ebd938aaf951de87d8eaaaa4d45da7d6db85 100644 (file)
@@ -454,7 +454,7 @@ bool wxPlatform::Is(int platform)
         return true;
 #endif
 #if defined(__WXWINCE__) && defined(__SMARTPHONE__)
-    if (platform == wxWinSmartphone)
+    if (platform == wxWinSmartPhone)
         return true;
 #endif
 #ifdef __WXGTK__