old
This commit is contained in:
@@ -190,12 +190,6 @@ void ScreenOptions::InitOptionsText()
|
|||||||
|
|
||||||
title.LoadFromFont( THEME->GetPathTo("Fonts","option title") );
|
title.LoadFromFont( THEME->GetPathTo("Fonts","option title") );
|
||||||
CString sText = optline.szTitle;
|
CString sText = optline.szTitle;
|
||||||
// Chris: To make a line break, use '\n'
|
|
||||||
// sText.Replace( " ", "\n" );
|
|
||||||
// /* A bit of a hack: menus can put ^ to indicate a non-breaking space. This
|
|
||||||
// * can go away if tihs gets smarter. (FOr example, there's no reason to break
|
|
||||||
// * "how to play" into three lines. */
|
|
||||||
// sText.Replace( "^", " " );
|
|
||||||
|
|
||||||
title.SetText( sText );
|
title.SetText( sText );
|
||||||
title.SetXY( LABELS_X, fY );
|
title.SetXY( LABELS_X, fY );
|
||||||
|
|||||||
Reference in New Issue
Block a user