mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- Replaced all "Jagged Alliance 2" strings to "Jagged Alliance 2 v1.13"
- Added missing tooltip text for Enhanced Desription Box in the settings - New Release build 2415 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2415 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+3
-3
@@ -446,7 +446,7 @@ BOOLEAN HandleJA2CDCheck( )
|
||||
|
||||
sprintf( zErrorMessage, "%S", gzLateLocalizedString[ 56 ] );
|
||||
// Pop up message boc and get answer....
|
||||
if ( MessageBox( NULL, zErrorMessage, "Jagged Alliance 2", MB_OK ) == IDOK )
|
||||
if ( MessageBox( NULL, zErrorMessage, "Jagged Alliance 2 v1.13", MB_OK ) == IDOK )
|
||||
{
|
||||
return( FALSE );
|
||||
}
|
||||
@@ -489,7 +489,7 @@ BOOLEAN HandleJA2CDCheckTwo( )
|
||||
|
||||
sprintf( zErrorMessage, "%S", gzLateLocalizedString[ 56 ] );
|
||||
// Pop up message boc and get answer....
|
||||
if ( MessageBox( NULL, zErrorMessage, "Jagged Alliance 2", MB_OK ) == IDOK )
|
||||
if ( MessageBox( NULL, zErrorMessage, "Jagged Alliance 2 v1.13", MB_OK ) == IDOK )
|
||||
{
|
||||
return( FALSE );
|
||||
}
|
||||
@@ -519,7 +519,7 @@ BOOLEAN PerformTimeLimitedCheck()
|
||||
if( sSystemTime.wYear > 1999 || sSystemTime.wMonth > 7 )
|
||||
{
|
||||
//spit out an error message
|
||||
MessageBox( NULL, "This time limited version of Jagged Alliance 2 has expired.", "Ja2 Error!", MB_OK );
|
||||
MessageBox( NULL, "This time limited version of Jagged Alliance 2 v1.13 has expired.", "Ja2 Error!", MB_OK );
|
||||
return( FALSE );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user