- fix for issue #101. goes to show not very many people use categories. or if they do they never report the problem.

This commit is contained in:
Fledge68 2019-05-15 10:22:05 -05:00
parent 1f7e19cfa1
commit 29b8dccb52
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.4 MiB

View File

@ -161,7 +161,7 @@ void CMenu::_setGameCategories(void)
if(m_categories.at(i) == '1')
{
char cCh = static_cast<char>(i + 32);
gameCats =+ cCh;
gameCats += cCh;
}
}
m_cat.setString(catDomain, id, gameCats);