Searched refs:ED2KInfoList (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 DServerWnd.cpp67 wxListCtrl* ED2KInfoList = CastChild( ID_ED2KINFO, wxListCtrl ); local
68 wxASSERT(ED2KInfoList);
69 ED2KInfoList->InsertColumn(0, wxEmptyString);
70 ED2KInfoList->InsertColumn(1, wxEmptyString);
157 wxListCtrl* ED2KInfoList = CastChild( ID_ED2KINFO, wxListCtrl ); local
159 ED2KInfoList->DeleteAllItems();
160 ED2KInfoList->InsertItem(0, _("eD2k Status:"));
163 ED2KInfoList->SetItem(0, 1, _("Connected"));
167 ED2KInfoList->InsertItem(1, _("IP:Port"));
168 ED2KInfoList
[all...]

Completed in 240 milliseconds