From 3da156b1bed6434295ef0ad15258c5bb94919939 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 13 May 2014 20:47:15 +0000 Subject: [PATCH] expose capitalize flag for ios as well git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/textctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index 78d27bbd4c..a163d26282 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -109,8 +109,8 @@ const wxTextCoord wxInvalidTextCoord = -2; // wxTE_RICH controls - can be used together with or instead of wxTE_RICH #define wxTE_RICH2 0x8000 -// reuse wxTE_RICH2's value for CAPEDIT control on Windows CE -#if defined(__SMARTPHONE__) || defined(__POCKETPC__) +// reuse wxTE_RICH2's value for CAPEDIT control on Windows CE and iOS +#if defined(__SMARTPHONE__) || defined(__POCKETPC__) || defined(__WXOSX_IPHONE__) #define wxTE_CAPITALIZE wxTE_RICH2 #else #define wxTE_CAPITALIZE 0