From 78f65331f20325a634fabf8c225050d92bd58d55 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 17 Aug 2007 03:39:41 +0000 Subject: [PATCH] fix tr_init() --- wx/xmission.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/xmission.cc b/wx/xmission.cc index 2a8aa873d..d4f125631 100755 --- a/wx/xmission.cc +++ b/wx/xmission.cc @@ -378,7 +378,7 @@ void MyFrame :: OnOpen( wxCommandEvent& WXUNUSED(event) ) bool MyApp::OnInit() { - handle = tr_init( NULL ); + handle = tr_init( "gui" ); wxCmdLineParser cmdParser( cmdLineDesc, argc, argv ); if( cmdParser.Parse ( ) )