From: Kevin Hock Date: Fri, 8 Sep 2000 18:42:58 +0000 (+0000) Subject: oops winnt path to fonts wrong X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/59fae841036bb903f9ba2f5902c680d43b5f5e4e oops winnt path to fonts wrong git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/samples/canvas/test/test.cpp b/contrib/samples/canvas/test/test.cpp index 4a64144c8a..83d6eb7014 100644 --- a/contrib/samples/canvas/test/test.cpp +++ b/contrib/samples/canvas/test/test.cpp @@ -322,7 +322,6 @@ void MyFrame::OnAbout( wxCommandEvent &WXUNUSED(event) ) bool MyApp::OnInit() { m_fontpath = getenv("TRUETYPE"); - m_fontpath = "c:\WINNT\Fonts\times.ttf"; if ( !m_fontpath ) { wxLogError("Please set env var TRUETYPE to the path where times.ttf lives.");