simplified some of combo box string insert .

This commit is contained in:
Zero Fanker 2024-07-03 23:58:35 -04:00
parent 98cf96b927
commit a58d063b22
3 changed files with 25 additions and 27 deletions

View file

@ -107,7 +107,7 @@ void CGlobalsDlg::UpdateDialog()
added += " No name";
}
m_Global.SetItemData(m_Global.AddString(added), i);
m_Global.InsertString(i, added);
if (bFailFind) {
break;