mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
parent
364a6376d4
commit
6c7cf1478f
15 changed files with 2748 additions and 2528 deletions
|
@ -113,13 +113,19 @@ void CMapD::OnEditchangeTheater()
|
|||
|
||||
void CMapD::UpdateStrings()
|
||||
{
|
||||
|
||||
CString curCaption;
|
||||
GetWindowText(curCaption);
|
||||
SetWindowText(TranslateStringACP(curCaption));
|
||||
GetDlgItem(IDC_DESC)->SetWindowText(GetLanguageStringACP("MapDesc"));
|
||||
GetDlgItem(IDC_SIZEFRAME)->SetWindowText(GetLanguageStringACP("MapSizeFrame"));
|
||||
GetDlgItem(IDC_LSIZE)->SetWindowText(GetLanguageStringACP("MapSize"));
|
||||
GetDlgItem(IDC_USEABLEFRAME)->SetWindowText(GetLanguageStringACP("MapVisibleSizeFrame"));
|
||||
GetDlgItem(IDC_LUSEABLE)->SetWindowText(GetLanguageStringACP("MapVisibleSize"));
|
||||
GetDlgItem(IDC_LTHEATER)->SetWindowText(GetLanguageStringACP("MapTheater"));
|
||||
GetDlgItem(IDC_MAP_D_WIDTH)->SetWindowText(GetLanguageStringACP("MapWidth"));
|
||||
GetDlgItem(IDC_MAP_D_HEIGHT)->SetWindowText(GetLanguageStringACP("MapHeight"));
|
||||
GetDlgItem(IDC_CHANGELOCAL)->SetWindowText(GetLanguageStringACP("MapChange"));
|
||||
GetDlgItem(IDC_CHANGE)->SetWindowText(GetLanguageStringACP("MapChange"));
|
||||
}
|
||||
|
||||
void CMapD::OnChangelocal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue