From 02893160ce4953a833e8253e15e5bcba9f940b5c Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 22 Aug 2004 05:37:12 +0000 Subject: [PATCH] fix bookkeeping alignment --- stepmania/src/DateTime.cpp | 2 +- stepmania/src/ScreenBookkeeping.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/DateTime.cpp b/stepmania/src/DateTime.cpp index 73734efd18..f7574dc978 100644 --- a/stepmania/src/DateTime.cpp +++ b/stepmania/src/DateTime.cpp @@ -177,7 +177,7 @@ CString LastWeekToString( int iLastWeekIndex ) { case 0: return "ThisWeek"; break; case 1: return "LastWeek"; break; - default: return ssprintf("Week%dAgo",iLastWeekIndex); break; + default: return ssprintf("Week%02dAgo",iLastWeekIndex); break; } } diff --git a/stepmania/src/ScreenBookkeeping.cpp b/stepmania/src/ScreenBookkeeping.cpp index 3bef58980d..37c4e8a67f 100644 --- a/stepmania/src/ScreenBookkeeping.cpp +++ b/stepmania/src/ScreenBookkeeping.cpp @@ -27,7 +27,7 @@ ScreenBookkeeping::ScreenBookkeeping( CString sClassName ) : ScreenWithMenuEleme for( int i=0; iGetPathToF("Common normal") ); m_textCols[i].SetText( ssprintf("%d",i) );