]> git.saurik.com Git - wxWidgets.git/commitdiff
uses SetTempDir
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Jan 2000 00:59:56 +0000 (00:59 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Jan 2000 00:59:56 +0000 (00:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/html/help/help.cpp

index 26a13b0c0315e47a93fdac27fc128237a0fd94c8..a150939d3fe02697303e4a4bf7e38af6258c9894 100644 (file)
 
       help.UseConfig(wxConfig::Get());
       bool ret;
+      help.SetTempDir(".");
       ret = help.AddBook("helpfiles/testing.hhp");
       if (! ret)
          wxMessageBox("Failed adding book helpfiles/testing.hhp");