Bug with categories translation
This commit is contained in:
parent
8792ac2a8e
commit
46df6c01d3
|
@ -88,7 +88,7 @@ GridAccount::GridAccount(KissCount* kiss, wxWindow *parent, wxWindowID id) : wxG
|
||||||
categoryIt != user->_categories.end();
|
categoryIt != user->_categories.end();
|
||||||
categoryIt++, i++)
|
categoryIt++, i++)
|
||||||
{
|
{
|
||||||
_categories[i] = categoryIt->name ;
|
_categories[i] = wxGetTranslation(categoryIt->name) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
Connect(id, wxEVT_GRID_CELL_CHANGE, wxGridEventHandler(GridAccount::OnOperationModified), NULL, this);
|
Connect(id, wxEVT_GRID_CELL_CHANGE, wxGridEventHandler(GridAccount::OnOperationModified), NULL, this);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user