From: Václav Slavík Date: Wed, 19 Jan 2000 00:59:56 +0000 (+0000) Subject: uses SetTempDir X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/95b1b9d3b3a97278b528ec66834aa814fcb6b3dd uses SetTempDir git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/html/help/help.cpp b/samples/html/help/help.cpp index 26a13b0c03..a150939d3f 100644 --- a/samples/html/help/help.cpp +++ b/samples/html/help/help.cpp @@ -155,6 +155,7 @@ help.UseConfig(wxConfig::Get()); bool ret; + help.SetTempDir("."); ret = help.AddBook("helpfiles/testing.hhp"); if (! ret) wxMessageBox("Failed adding book helpfiles/testing.hhp");