From 0c874f87e542fbb4b0a9351791fdaa4d32b6f18d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 26 Mar 2002 21:25:30 +0000 Subject: [PATCH] wxhtml.rc not needed anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- demos/dbbrowse/dbbrowse.rc | 1 - docs/latex/wx/hthelpct.tex | 7 ------- samples/help/demo.rc | 1 - 3 files changed, 9 deletions(-) diff --git a/demos/dbbrowse/dbbrowse.rc b/demos/dbbrowse/dbbrowse.rc index 116ca054c3..1631ac6b00 100644 --- a/demos/dbbrowse/dbbrowse.rc +++ b/demos/dbbrowse/dbbrowse.rc @@ -13,4 +13,3 @@ FolderOpen ICON "bitmaps\\f_open.ico" PgmCtrl BITMAP "bitmaps\\pgmctrl.bmp" #include "wx/msw/wx.rc" -#include "wx/html/msw/wxhtml.rc" diff --git a/docs/latex/wx/hthelpct.tex b/docs/latex/wx/hthelpct.tex index 9d27c285dc..9560d7e72d 100644 --- a/docs/latex/wx/hthelpct.tex +++ b/docs/latex/wx/hthelpct.tex @@ -23,13 +23,6 @@ Have a look at docs/html/ directory where sample project files are stored. You can use Tex2RTF to produce these files when generating HTML, if you set {\bf htmlWorkshopFiles} to {\bf true} in your tex2rtf.ini file. -In order to use the controller in your application under Windows you must -have the following line in your .rc file: - -\begin{verbatim} -#include "wx/html/msw/wxhtml.rc" -\end{verbatim} - \wxheading{Note} It is strongly recommended to use preprocessed {\bf .hhp.cached} version of diff --git a/samples/help/demo.rc b/samples/help/demo.rc index 507248e4ac..74b8e3f417 100644 --- a/samples/help/demo.rc +++ b/samples/help/demo.rc @@ -1,3 +1,2 @@ mondrian ICON "mondrian.ico" #include "wx/msw/wx.rc" -#include "wx/html/msw/wxhtml.rc" -- 2.45.2