Skip to content

Commit c386300

Browse files
committed
Renamed Accelerator for '+' to 'Plus' (eg. Alt+Plus)
1 parent 6db5483 commit c386300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accelerators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ tVirtualKeyMapping VirtualKeys [] = {
474474
// extra stuff added 19 June 2006
475475

476476
{ VK_OEM_1 , ";" } ,
477-
{ VK_OEM_PLUS , "+" } ,
477+
{ VK_OEM_PLUS , "Plus" } ,
478478
{ VK_OEM_COMMA , "," },
479479
{ VK_OEM_MINUS , "-" },
480480
{ VK_OEM_PERIOD , "." },

0 commit comments

Comments
 (0)