hg revision stored in engine and checked in network (MSVC only) message fix

stable-5.1
Sven Eberhardt 2010-03-22 13:42:18 +01:00
parent 9b7009de94
commit 5e48fd1a15
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ C4Network2::InitResult C4Network2::InitClient(const C4Network2Reference &Ref, bo
if (!SEqualNoCase(HostCore.getRevision(), Application.GetRevision()))
{
StdStrBuf msg;
msg.Format("[!]WARNING! Host engine revision (%s) differs from local revision (%s). Engines might run out of sync.");
msg.Format("[!]WARNING! Host engine revision (%s) differs from local revision (%s). Engines might run out of sync.", HostCore.getRevision(), Application.GetRevision());
if (::pGUI)
{
if (!pGUI->ShowMessageModal(msg.getData(), "[!]Network warning", C4GUI::MessageDialog::btnOKAbort, C4GUI::Ico_Notify, NULL /* do not allow to skip this message! */))