Split part of wxExtHelpController into wxHTMLHelpControllerBase to share
authorKarsten Ballüder <ballueder@usa.net>
Thu, 14 Jan 1999 13:11:36 +0000 (13:11 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Thu, 14 Jan 1999 13:11:36 +0000 (13:11 +0000)
commitafcaf277afb7a5f9f31cfd6c425dd9c3a68dd2ba
treef8c13c75eec4414b0e353d463964e8da97fc9045
parent4ce81a75efb34de9f01fe3c7b9ffecb03293b1c3
Split part of wxExtHelpController into wxHTMLHelpControllerBase to share
the filename lookup and URL handling mechanisms with the soon to be created
gtk-xmhtml based alternative. Added wxLocale support to allow different translated help files to be used. Tested (no changes to application required) under Solaris.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/helpext.h
include/wx/generic/helphtml.h [copied from include/wx/generic/helpext.h with 62% similarity]
include/wx/intl.h
src/generic/helpext.cpp
src/generic/helphtml.cpp [copied from src/generic/helpext.cpp with 70% similarity]
src/gtk.inc
src/motif.inc