mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +00:00
fix tr_init()
This commit is contained in:
parent
34e8174ee8
commit
78f65331f2
1 changed files with 1 additions and 1 deletions
|
@ -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 ( ) )
|
||||
|
|
Loading…
Add table
Reference in a new issue