CString -> RString in RageUtil
ThemeMetric<CString> -> LocalizedString to eliminate dependencies
This commit is contained in:
@@ -253,11 +253,12 @@ void ScreenPackages::MenuRight( const InputEventPlus &input )
|
||||
ScreenWithMenuElements::MenuRight( input );
|
||||
}
|
||||
|
||||
static LocalizedString DOWNLOAD_CANCELLED( "ScreenPackages", "Download cancelled." );
|
||||
void ScreenPackages::MenuBack( PlayerNumber pn )
|
||||
{
|
||||
if ( m_bIsDownloading )
|
||||
{
|
||||
SCREENMAN->SystemMessage( "Download Cancelled." );
|
||||
SCREENMAN->SystemMessage( DOWNLOAD_CANCELLED );
|
||||
CancelDownload( );
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user