Skip to content

Commit

Permalink
Merge pull request moneymanagerex#6936 from n-stein/fix(moneymanagere…
Browse files Browse the repository at this point in the history
  • Loading branch information
whalley authored Oct 25, 2024
2 parents a18d5da + fc0580d commit 468681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmchecking_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ void TransactionListCtrl::findInAllTransactions(wxCommandEvent&) {
// save the filter as the "Advanced" filter for All Transactions
Model_Infotable::instance().Set("CHECK_FILTER_ID_ADV_-1", rightClickFilter_);
// set All Transactions to use the "Advanced" filter
Model_Infotable::instance().Set("CHECK_FILTER_ID_-1", wxString("{\n\"FILTER\": \"View with Transaction Filter...\"\n}"));
Model_Infotable::instance().Set("CHECK_FILTER_ID_-1", "{\n\"FILTER\": \"" + VIEW_TRANS_FILTER_DIALOG_STR + "\"\n}");
// Navigate to the All Transactions panel
wxTreeItemId currentId = m_cp->m_frame->GetNavTreeSelection();
m_cp->m_frame->setNavTreeSection(wxTRANSLATE("All Transactions"));
Expand Down

0 comments on commit 468681c

Please sign in to comment.