Blender Git Commit Log
Git Commits -> Revision 946da86
Revision 946da86 by Harley Acheson (master) August 10, 2021, 15:54 (GMT) |
Win32 IME: Replace Usage of Language IDs This is a slight refactoring of the Win32 IME code to remove the use of Language IDs, which is now strongly deprecated. Instead this uses the new recommended Locale Names, ie ISO-639-1 2-letter abbreviated names like "en" for English rather than ID 0x09. See D12143 for more details. Differential Revision: https://developer.blender.org/D12143 Reviewed by Ray Molenkamp |
Commit Details:
Full Hash: 946da86e026e16cc607797d3ccb94f39269ca4ca
Parent Commit: 6806459
Lines Changed: +99, -135