FontStyle::Name() was returning the path, not the name. It looked like an unfinished cut-n-paste from Path().

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7657 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech 2004-05-26 16:41:29 +00:00
parent 5c210a480b
commit 759fcf143d

View File

@ -89,7 +89,7 @@ FontStyle::~FontStyle(void)
*/
const char *FontStyle::Name(void)
{
return path->String();
return name->String();
}
/*!