diff --git a/stepmania/src/RageBitmapTexture.cpp b/stepmania/src/RageBitmapTexture.cpp index 414328a53a..1d16555bbc 100644 --- a/stepmania/src/RageBitmapTexture.cpp +++ b/stepmania/src/RageBitmapTexture.cpp @@ -337,7 +337,7 @@ apply_color_key: fBetterFrameWidth, fBetterFrameHeight ); LOG->Warn( sWarning ); if( DISPLAY->IsWindowed() ) - HOOKS->MessageBoxOK( sWarning ); + HOOKS->MessageBoxOK( sWarning, "FRAME_DIMENSIONS_WARNING" ); } }