add GetStrings
This commit is contained in:
@@ -178,8 +178,8 @@ try_element_again:
|
|||||||
throw RageException( "Theme element '%s/%s' could not be found in '%s' or '%s'.",
|
throw RageException( "Theme element '%s/%s' could not be found in '%s' or '%s'.",
|
||||||
sAssetCategory.GetString(),
|
sAssetCategory.GetString(),
|
||||||
sFileName.GetString(),
|
sFileName.GetString(),
|
||||||
GetThemeDirFromName(m_sCurThemeName),
|
GetThemeDirFromName(m_sCurThemeName).GetString(),
|
||||||
GetThemeDirFromName(BASE_THEME_NAME) );
|
GetThemeDirFromName(BASE_THEME_NAME).GetString() );
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
case IDIGNORE:
|
case IDIGNORE:
|
||||||
LOG->Warn(
|
LOG->Warn(
|
||||||
|
|||||||
Reference in New Issue
Block a user