From 59fae841036bb903f9ba2f5902c680d43b5f5e4e Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Fri, 8 Sep 2000 18:42:58 +0000 Subject: [PATCH] oops winnt path to fonts wrong git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/samples/canvas/test/test.cpp | 1 - 1 file changed, 1 deletion(-) 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."); -- 2.47.2