projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxGet/Set/UnsetEnv() for Unix
[wxWidgets.git]
/
src
/
generic
/
helphtml.cpp
diff --git
a/src/generic/helphtml.cpp
b/src/generic/helphtml.cpp
index 2005af7c14775efb8196e8092f699ea363d2c820..1f3f59250fb1044c8e903367600b2f9425a8ba85 100644
(file)
--- a/
src/generic/helphtml.cpp
+++ b/
src/generic/helphtml.cpp
@@
-166,7
+166,7
@@
wxHTMLHelpControllerBase::LoadFile(const wxString& ifile)
m_MapList = new wxList;
m_NumOfEntries = 0;
m_MapList = new wxList;
m_NumOfEntries = 0;
- FILE *input = wxFopen(mapFile
.fn_str()
,wxT("rt"));
+ FILE *input = wxFopen(mapFile,wxT("rt"));
if(! input)
return FALSE;
do
if(! input)
return FALSE;
do