Skip to content

Commit

Permalink
extend ClearSkinString() range
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Dec 8, 2012
1 parent 4d5bd22 commit bdc0147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/guilib/LocalizeStrings.cpp
Expand Up @@ -51,7 +51,7 @@ CStdString CLocalizeStrings::ToUTF8(const CStdString& strEncoding, const CStdStr
void CLocalizeStrings::ClearSkinStrings()
{
// clear the skin strings
Clear(31000, 31999);
Clear(31000, 46000);
}

bool CLocalizeStrings::LoadSkinStrings(const CStdString& path, const CStdString& language)
Expand Down

0 comments on commit bdc0147

Please sign in to comment.