mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-08 16:47:46 +00:00
Update windows/src/developer/kmcmpdll/Compiler.rc
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
This commit is contained in:
parent
5603ca46fd
commit
10b81d56ba
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ BEGIN
|
|||
CWARN_HotkeyHasInvalidModifier "Hotkey has modifiers that are not supported. Use only SHIFT, CTRL and ALT"
|
||||
CINFO_NonUnicodeFile "Keyman Developer has detected that the file has ANSI encoding. Consider converting this file to UTF-8"
|
||||
CWARN_NulNotFirstStatementInContext "nul must be the first statement in the context"
|
||||
CWARN_IfShouldBeAtStartOfContext "if, platform and baselayout should be at start of context (after nul, if present])"
|
||||
CWARN_IfShouldBeAtStartOfContext "if, platform and baselayout should be at start of context (after nul, if present)"
|
||||
CWARN_KeyShouldIncludeNCaps "Other rules which reference this key include CAPS or NCAPS modifiers, so this rule must include NCAPS modifier to avoid inconsistent matches"
|
||||
CINFO_UnreachableRule "Hint: This rule will never be matched as another rule takes precedence"
|
||||
END
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue