Free disk space can be read from the removable drives too.

Size and count were reversed in the recycle manager. Fixed.
This commit is contained in:
Kimmo Pekkola
2009-03-10 17:32:35 +00:00
parent d7bfbf386d
commit b4b2d3b9b0
3 changed files with 8 additions and 4 deletions

View File

@ -36,6 +36,7 @@ private:
std::wstring m_LabelName;
bool m_Total;
bool m_Label;
bool m_IgnoreRemovable;
};
#endif