fix tr_init()

This commit is contained in:
Charles Kerr 2007-08-17 03:39:41 +00:00
parent 34e8174ee8
commit 78f65331f2
1 changed files with 1 additions and 1 deletions

View File

@ -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 ( ) )