mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +02:00
LCL: actually show to user deprecated
messages for VK_LCL_OPEN_BRAKET and VK_LCL_CLOSE_BRAKET constants
This commit is contained in:
parent
14304e8180
commit
a4bb9309b7
@ -635,8 +635,8 @@ const
|
||||
VK_LCL_SEMI_COMMA = VK_OEM_1; // The ";:" Key
|
||||
VK_LCL_MINUS = VK_OEM_MINUS; // The "-_" Key
|
||||
|
||||
VK_LCL_OPEN_BRAKET = VK_OEM_4; // deprecated 'Use VK_LCL_OPEN_BRACKET instead';
|
||||
VK_LCL_CLOSE_BRAKET= VK_OEM_6; // deprecated 'Use VK_LCL_CLOSE_BRACKET instead';
|
||||
VK_LCL_OPEN_BRAKET = VK_OEM_4 deprecated 'Use VK_LCL_OPEN_BRACKET instead';
|
||||
VK_LCL_CLOSE_BRAKET= VK_OEM_6 deprecated 'Use VK_LCL_CLOSE_BRACKET instead';
|
||||
VK_LCL_OPEN_BRACKET = VK_OEM_4; // The "[{" Key
|
||||
VK_LCL_CLOSE_BRACKET= VK_OEM_6; // The "]}" Key
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user