]> git.saurik.com Git - wxWidgets.git/commitdiff
oops winnt path to fonts wrong
authorKevin Hock <hockkn@yahoo.com>
Fri, 8 Sep 2000 18:42:58 +0000 (18:42 +0000)
committerKevin Hock <hockkn@yahoo.com>
Fri, 8 Sep 2000 18:42:58 +0000 (18:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/samples/canvas/test/test.cpp

index 4a64144c8a3d951265319ad76ddd73676b59be83..83d6eb70142942a1899f1ccb7cca87d603b22edd 100644 (file)
@@ -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.");