Changes by JamesAC and spx to the "About" dialog.

This commit is contained in:
jsmorley
2010-08-26 20:50:36 +00:00
parent 494a7c77ce
commit d9137c2413
8 changed files with 220 additions and 153 deletions

View File

@ -136,6 +136,13 @@ public:
std::vector<CONFIGMENU> children;
};
struct LOG_INFO
{
std::wstring type;
std::wstring timestamp;
std::wstring message;
};
CRainmeter();
~CRainmeter();
@ -196,6 +203,7 @@ public:
void StartLogging();
void StopLogging();
void DeleteLogFile();
std::list<LOG_INFO> m_LogData;
void SetDebug(bool debug);