externstringGetDefaultDataDir();/// todo: delete this later, just used by debug test
@ -430,15 +428,7 @@ bool CMyApp::OnInit2()
printf("Bitcoin version %d.%d.%d%s beta, OS version %s\n",VERSION/10000,(VERSION/100)%100,VERSION%100,pszSubVer,((string)wxGetOsDescription()).c_str());
printf("Bitcoin version %d.%d.%d%s beta, OS version %s\n",VERSION/10000,(VERSION/100)%100,VERSION%100,pszSubVer,((string)wxGetOsDescription()).c_str());
printf("System default language is %d %s\n",m_locale.GetSystemLanguage(),((string)m_locale.GetSysName()).c_str());
printf("System default language is %d %s\n",m_locale.GetSystemLanguage(),((string)m_locale.GetSysName()).c_str());