]> git.saurik.com Git - wxWidgets.git/commitdiff
Update bakefile for new header names.
authorSteve Lamerton <steve.lamerton@gmail.com>
Mon, 15 Aug 2011 12:37:05 +0000 (12:37 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Mon, 15 Aug 2011 12:37:05 +0000 (12:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl

index 7014b776471890c8fd273e3d3a864f19818fc1f5..d66f1832477d16fa9ee3e09d9c4cb415b29cc077 100644 (file)
@@ -3362,15 +3362,15 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
 
 <set var="WEB_HDR_PLATFORM" hints="files">
     <if cond="TOOLKIT=='MSW'">
-        wx/msw/webhistoryitem_ie.h
+        wx/msw/webviewhistoryitem_ie.h
         wx/msw/webview_ie.h
     </if>
     <if cond="PLATFORM_UNIX=='1'">
-        wx/gtk/webhistoryitem_webkit.h
+        wx/gtk/webviewhistoryitem_webkit.h
         wx/gtk/webview_webkit.h
     </if>
     <if cond="PLATFORM_MACOSX=='1'">
-        wx/osx/webhistoryitem_webkit.h
+        wx/osx/webviewhistoryitem_webkit.h
         wx/osx/webview_webkit.h
     </if>
 </set>