added --enable-drag-drop arg and supporting gui changes.

This commit is contained in:
Nick Bolton
2013-09-18 08:34:32 +00:00
parent ba78e4b67f
commit 2935c6671e
13 changed files with 156 additions and 166 deletions

View File

@@ -155,6 +155,10 @@ CClientApp::parseArgs(int argc, const char* const* argv)
// identify system
LOG((CLOG_INFO "%s Client on %s %s", kAppVersion, ARCH->getOSName().c_str(), ARCH->getPlatformName().c_str()));
if (args().m_enableDragDrop) {
LOG((CLOG_INFO "drag and drop enabled"));
}
loggingFilterWarning();
}