From c02365242c252a734916ac75fae680a818eca4c3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 4 Dec 2004 21:17:04 +0000 Subject: [PATCH] different dialog tag --- stepmania/src/GameCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameCommand.cpp b/stepmania/src/GameCommand.cpp index 6b1125495a..fd3653f960 100644 --- a/stepmania/src/GameCommand.cpp +++ b/stepmania/src/GameCommand.cpp @@ -215,7 +215,7 @@ void GameCommand::Load( int iIndex, const Commands& cmds ) { CString sWarning = ssprintf( "Command '%s' is not valid.", command->GetOriginalCommandString().c_str() ); LOG->Warn( sWarning ); - Dialog::OK( sWarning, "FRAME_DIMENSIONS_WARNING" ); + Dialog::OK( sWarning, "INVALID_GAME_COMMAND" ); } }