Searched refs:bufferS (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 DFileDetailDialog.cpp94 wxString bufferS; local
103 bufferS = CFormat(wxT("%u bytes (%s)")) % m_file->GetFileSize() % CastItoXBytes(m_file->GetFileSize());
104 CastChild(IDC_FSIZE,wxControl)->SetLabel(bufferS);
106 bufferS = CFormat(wxT("%i (%i)")) % m_file->GetPartCount() % m_file->GetHashCount();
107 CastChild(IDC_PARTCOUNT,wxControl)->SetLabel(bufferS);
113 bufferS = CFormat(_("%.1f%% done")) % m_file->GetPercentCompleted();
114 CastChild(IDC_PROCCOMPL,wxControl)->SetLabel(bufferS);
115 bufferS = CFormat(_("%.2f kB/s")) % m_file->GetKBpsDown();
116 CastChild(IDC_DATARATE,wxControl)->SetLabel(bufferS);
117 bufferS
[all...]

Completed in 50 milliseconds