Skip to content

Commit

Permalink
Merge pull request #688 from vomikan/#677
Browse files Browse the repository at this point in the history
fix(#677): revert incorrect value
  • Loading branch information
vomikan committed Feb 2, 2016
2 parents fc2a148 + 2a77247 commit 82c6c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/Model_Checking.cpp
Expand Up @@ -376,7 +376,7 @@ wxString Model_Checking::Full_Data::info() const
void Model_Checking::getFrequentUsedNotes(std::vector<wxString> &frequentNotes, int accountID)
{
frequentNotes.clear();
int max = 9;
int max = 20;

const auto notes = instance().find(NOTES("", NOT_EQUAL)
, accountID > 0 ? ACCOUNTID(accountID) : ACCOUNTID(-1, NOT_EQUAL));
Expand Down

0 comments on commit 82c6c0c

Please sign in to comment.