Skip to content

Commit 22e366c

Browse files
committed
Enable shortcut for 'Cancel' button in messageBox
1 parent 15d2b60 commit 22e366c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tvision/tvtext2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const char * _NEAR TProgram::exitText = "~Alt-X~ Exit";
123123
const char * _NEAR MsgBoxText::yesText = "~Y~es";
124124
const char * _NEAR MsgBoxText::noText = "~N~o";
125125
const char * _NEAR MsgBoxText::okText = "O~K~";
126-
const char * _NEAR MsgBoxText::cancelText = "Cancel";
126+
const char * _NEAR MsgBoxText::cancelText = "~C~ancel";
127127
const char * _NEAR MsgBoxText::warningText = "Warning";
128128
const char * _NEAR MsgBoxText::errorText = "Error";
129129
const char * _NEAR MsgBoxText::informationText = "Information";

0 commit comments

Comments
 (0)