About dialog now opens with Log selected as default. Changed DisableDrag=1/0 to DisableDragging=1/0.

This commit is contained in:
Birunthan Mohanathas
2010-11-27 10:57:59 +00:00
parent 04208a97c3
commit 559b5ae05f
5 changed files with 20 additions and 16 deletions

View File

@ -200,8 +200,8 @@ public:
bool GetDisableRDP() { return m_DisableRDP; }
bool GetDisableDrag() { return m_DisableDrag; }
void SetDisableDrag(bool drag);
bool GetDisableDragging() { return m_DisableDragging; }
void SetDisableDragging(bool dragging);
void AddAboutLogInfo(const LOG_INFO& logInfo);
const std::list<LOG_INFO>& GetAboutLogData() { return m_LogData; }
@ -291,7 +291,7 @@ private:
bool m_DisableRDP;
bool m_DisableDrag;
bool m_DisableDragging;
bool m_Logging;