Fixed shortcut bug in the settings dialog (couldn't set hotkeys to BkSp etc.)

Added "Reset" button to shortcuts page
This commit is contained in:
Christian Hammacher
2005-09-05 22:33:45 +00:00
parent e90364c17b
commit 81ab33d794
8 changed files with 109 additions and 26 deletions

View File

@ -79,6 +79,7 @@ var lInvalidFile: String;
lCloseCaption: String;
lNoCPP: String;
lInvalidChannel: String;
lResetShortcuts: String;
procedure ResetToEnglish;
@ -161,6 +162,7 @@ begin
lCloseCaption := 'Close';
lNoCPP := 'Sorry, the C++ IDE is not enabled.';
lInvalidChannel := 'Invalid channel.';
lResetShortcuts := 'Warning: The shortcut reset would immediately take affect. Reset anyway?';
end;
end.