Home
last modified time | relevance | path

Searched refs:BILLSDEPOSITS_REPEATS (Results 1 – 2 of 2) sorted by relevance

/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Dbillsdepositsdialog.cpp315 const wxString BILLSDEPOSITS_REPEATS[] = in CreateControls() local
412 size_t size = sizeof(BILLSDEPOSITS_REPEATS)/sizeof(wxString); in CreateControls()
415 itemRepeats_->Append(wxGetTranslation(BILLSDEPOSITS_REPEATS[i])); in CreateControls()
417 itemRepeats_->Append(wxString::Format( wxGetTranslation(BILLSDEPOSITS_REPEATS[i]), "(x)")); in CreateControls()
H A Dbillsdepositspanel.cpp50 const wxString BILLSDEPOSITS_REPEATS[] = variable
499 wxString text = wxGetTranslation(BILLSDEPOSITS_REPEATS[repeats]); in GetFrequency()