mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-18 04:06:42 -04:00
simplified some of combo box string insert .
This commit is contained in:
parent
98cf96b927
commit
a58d063b22
3 changed files with 25 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue