Searched refs:c_cat (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchDlg.cpp623 wxChoice* c_cat = CastChild( ID_AUTOCATASSIGN, wxChoice ); local
624 c_cat->Clear();
626 c_cat->Append(_("Main"));
629 c_cat->Append( theApp->glob_prefs->GetCategory( i )->title );
632 c_cat->SetSelection( 0 );

Completed in 57 milliseconds