Sort categories with translated names

This commit is contained in:
2012-12-16 09:49:51 +01:00
parent d206d5b051
commit 3e89eb7279
5 changed files with 27 additions and 6 deletions

View File

@@ -76,6 +76,7 @@ void KissCount::LoadUser(const QString& user)
{
if (_user) delete _user;
_user = _db->LoadUser(user) ;
if (_user)
_wxUI->LoadUser();
}
@@ -504,6 +505,9 @@ QFont KissCount::ExtractFont(QString strFont)
weight = list[3].toInt();
faceName = list[4];
(void) family;
(void) style;
return QFont(faceName, pointSize, weight);
}