OSDN Git Service

Fixed the problem that the language setting is not applied to the context menu of...
authorJun Tajima <56220423+tjmprm77@users.noreply.github.com>
Sat, 26 Dec 2020 16:53:54 +0000 (01:53 +0900)
committerGitHub <noreply@github.com>
Sat, 26 Dec 2020 16:53:54 +0000 (01:53 +0900)
commit8ce1074dc911c050e594a3bca05a86dae95ac1be
treeec2c6f2d7caf9a66b4fb24c109aa38765a31141f
parent41ec0394e783edced8d0551a4d0a899bff7a2f66
Fixed the problem that the language setting is not applied to the context menu of the MDI tab when the language setting is changed. (#523)

- The menus to be modified are as follows.
  - Enable Auto Max Width
  - Close Other Tabs
  - Close Right Tabs
  - Close Left Tabs
- Fixed to set the menu strings based on the language setting every time the context menu is displayed.
Src/Common/MDITabBar.cpp