From 95b1b9d3b3a97278b528ec66834aa814fcb6b3dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 19 Jan 2000 00:59:56 +0000 Subject: [PATCH] uses SetTempDir git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/html/help/help.cpp | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.49.0