]> git.saurik.com Git - wxWidgets.git/commitdiff
Use wxUniv textctrl for wxX11
authorJulian Smart <julian@anthemion.co.uk>
Fri, 8 Aug 2003 19:41:00 +0000 (19:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 8 Aug 2003 19:41:00 +0000 (19:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl

index 10a5c3a2c357f705f89a2117dfabc27f6e25026a..afaf248b3619508c50e6aa3c6f51090403c455ed 100644 (file)
@@ -1803,7 +1803,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
 
 <!-- don't ask... wxX11 must have something extra I guess -->
 <set var="UNIV_TEXTCTRL">
-    <if cond="TOOLKIT=='X11'">src/x11/textctrl.cpp</if>
+<!--    <if cond="TOOLKIT=='X11'">src/x11/textctrl.cpp</if> -->
+    <if cond="TOOLKIT=='X11'">src/univ/textctrl.cpp</if>
     <if cond="TOOLKIT=='MGL'">src/univ/textctrl.cpp</if>
     <if cond="TOOLKIT=='GTK'">src/univ/textctrl.cpp</if>
     <if cond="TOOLKIT=='MSW'">src/univ/textctrl.cpp</if>