mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-01 01:21:41 -04:00
format update .
This commit is contained in:
parent
0e7315b335
commit
71c10c363b
1 changed files with 12 additions and 4 deletions
|
@ -2152,10 +2152,18 @@ void CFinalSunDlg::UpdateStrings()
|
|||
// now the child windows and the iso view
|
||||
m_view.m_objectview->UpdateDialog();
|
||||
m_view.m_browser->m_bar.Update();
|
||||
if (m_basic.m_hWnd) m_basic.UpdateStrings();
|
||||
if (m_houses.m_hWnd) m_houses.UpdateStrings();
|
||||
if (m_map.m_hWnd) m_map.UpdateStrings();
|
||||
if (m_singleplayersettings.m_hWnd) m_singleplayersettings.UpdateStrings();
|
||||
if (m_basic.m_hWnd) {
|
||||
m_basic.UpdateStrings();
|
||||
}
|
||||
if (m_houses.m_hWnd) {
|
||||
m_houses.UpdateStrings();
|
||||
}
|
||||
if (m_map.m_hWnd) {
|
||||
m_map.UpdateStrings();
|
||||
}
|
||||
if (m_singleplayersettings.m_hWnd) {
|
||||
m_singleplayersettings.UpdateStrings();
|
||||
}
|
||||
|
||||
// we need to check SimpleView if using easy view
|
||||
if (theApp.m_Options.bEasy) GetMenu()->CheckMenuItem(ID_OPTIONS_SIMPLEVIEW, MF_BYCOMMAND | MF_CHECKED);
|
||||
|
|
Loading…
Add table
Reference in a new issue