L10n/chinese phase 1 (#47)

L10N on some dialogs .
This commit is contained in:
Zero Fanker 2024-06-21 22:39:02 -04:00 committed by GitHub
parent 364a6376d4
commit 6c7cf1478f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 2748 additions and 2528 deletions

View file

@ -65,6 +65,7 @@ void CTileSetBrowserFrame::PostNcDestroy()
BOOL CTileSetBrowserFrame::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext)
{
((CDialogBar*)&m_bar)->Create(this, IDD_TERRAINBAR, CBRS_TOP, 5);
m_bar.TranslateUI();
m_bar.ShowWindow(SW_SHOW);
CRect r;
GetClientRect(r);