From 736592ca17c4f32558d8e1e46197460a79dfc60e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 7 Jul 2003 03:55:54 +0000 Subject: [PATCH] allow disabling the frame dimensions warning --- stepmania/src/RageBitmapTexture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); } }