1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 21:54:09 +00:00

fix tr_init()

This commit is contained in:
Charles Kerr 2007-08-17 03:39:41 +00:00
parent 34e8174ee8
commit 78f65331f2

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