Skip to content

Commit

Permalink
Remove dupicate expressions in ||
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 17, 2024
1 parent a4647c6 commit 762b640
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gui/datamodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ void I18NResultsTreeModel::GetValue(wxVariant& variant, const wxDataViewItem& it
node->m_warningId == L"[suspectL10NString]" ||
node->m_warningId == L"[suspectL10NUsage]" ||
node->m_warningId == L"[urlInL10NString]" ||
node->m_warningId == L"[printfMismatch]" ||
node->m_warningId == L"[notL10NAvailable]" ||
node->m_warningId == L"[printfMismatch]")
node->m_warningId == L"[notL10NAvailable]")
{
bmps = wxArtProvider::GetBitmapBundle(L"ID_TRANSLATIONS", wxART_OTHER);
}
Expand Down

0 comments on commit 762b640

Please sign in to comment.