Home
last modified time | relevance | path

Searched refs:SIZEPARTCOMPLETED_REG (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DDownloadFile.cpp170 config->Read(SIZEPARTCOMPLETED_REG + MyUtilFunctions::int2wxstr(i+1),&tmp); in LoadDownloadListFromDisk()
466 …config->Write(SIZEPARTCOMPLETED_REG + MyUtilFunctions::int2wxstr(i+1),this->sizecompleted[i].ToStr… in RegisterListItemOnDisk()
H A DwxDFast.h142 const wxString SIZEPARTCOMPLETED_REG = wxT("sizepartcompleted"); variable