From b82f040c9059022edc1135c6cbdacae6e90c4393 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 23 Mar 2007 11:03:14 +0000 Subject: [PATCH] Remove two blank lines. --- stepmania/src/RageBitmapTexture.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageBitmapTexture.cpp b/stepmania/src/RageBitmapTexture.cpp index 249dc900fa..034653bcb7 100644 --- a/stepmania/src/RageBitmapTexture.cpp +++ b/stepmania/src/RageBitmapTexture.cpp @@ -264,8 +264,8 @@ void RageBitmapTexture::Create() if( fFrameWidth!=fBetterFrameWidth || fFrameHeight!=fBetterFrameHeight ) { RString sWarning = ssprintf( - "The graphic '%s' has frame dimensions that aren't even numbers.\n\n" - "The entire image is %dx%d and frame size is %.1fx%.1f.\n\n" + "The graphic '%s' has frame dimensions that aren't even numbers.\n" + "The entire image is %dx%d and frame size is %.1fx%.1f.\n" "Image quality will be much improved if you resize the graphic to %.0fx%.0f, which is a frame size of %.0fx%.0f.", actualID.filename.c_str(), this->GetSourceWidth(), this->GetSourceHeight(),