Merged default into minor

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-10-18 01:45:02 -03:00
5 changed files with 84 additions and 30 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ std::string GlyphData::getGlyphString() const
}
catch (utf8::exception &e)
{
throw love::Exception("Decoding error: %s", e.what());
throw love::Exception("UTF-8 decoding error: %s", e.what());
}
// Just in case...