Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Whalley committed Aug 31, 2022
1 parent a4ccb50 commit 785e820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void mmTransDialog::dataToControls()
bSplit_->UnsetToolTip();
if (has_split)
{
cbCategory_->SetLabelText(_("Split Transaction"));
cbCategory_->ChangeValue(_("Split Transaction"));
cbCategory_->Disable();
m_textAmount->SetValue(Model_Splittransaction::get_total(m_local_splits));
m_trx_data.CATEGID = -1;
Expand Down

0 comments on commit 785e820

Please sign in to comment.