Skip to content

Commit

Permalink
Enable shortcut for 'Cancel' button in messageBox
Browse files Browse the repository at this point in the history
  • Loading branch information
magiblot committed Jul 27, 2020
1 parent 15d2b60 commit 22e366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tvision/tvtext2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const char * _NEAR TProgram::exitText = "~Alt-X~ Exit";
const char * _NEAR MsgBoxText::yesText = "~Y~es";
const char * _NEAR MsgBoxText::noText = "~N~o";
const char * _NEAR MsgBoxText::okText = "O~K~";
const char * _NEAR MsgBoxText::cancelText = "Cancel";
const char * _NEAR MsgBoxText::cancelText = "~C~ancel";
const char * _NEAR MsgBoxText::warningText = "Warning";
const char * _NEAR MsgBoxText::errorText = "Error";
const char * _NEAR MsgBoxText::informationText = "Information";
Expand Down

0 comments on commit 22e366c

Please sign in to comment.