Fix a bug : Categories were not translated in GridAccount
This commit is contained in:
@@ -115,7 +115,7 @@ GridAccount::GridAccount(KissCount* kiss, QWidget *parent,
|
||||
categoryIt != user->_categories.end();
|
||||
categoryIt++, i++)
|
||||
{
|
||||
_categories[i] = categoryIt->name ;
|
||||
_categories[i] = _(categoryIt->name.toStdString().c_str()) ;
|
||||
}
|
||||
|
||||
resizeColumnToContents(TREE);
|
||||
|
||||
Reference in New Issue
Block a user