Feature: Add language support (beta, not completed)

This commit is contained in:
yuanyuanxiang
2026-01-27 21:48:46 +01:00
parent 02ce01d5e7
commit 5b7c3260a1
70 changed files with 3895 additions and 906 deletions

View File

@@ -17,6 +17,7 @@
#include "stdafx.h"
#include "TrueColorToolBar.h"
#include "LangManager.h"
#ifdef _DEBUG
#define new DEBUG_NEW
@@ -126,6 +127,7 @@ void CTrueColorToolBar::OnToolbarDropDown(NMHDR* pnmh, LRESULT *plr)
CMenu menu;
menu.LoadMenu(DropDownInfo.uMenuID);
TranslateMenu(&menu);
CMenu* pPopup = menu.GetSubMenu(0);
CRect rc;