Skip to content

Commit 2e2b3ea

Browse files
Finalised changes before release
1 parent ee95a25 commit 2e2b3ea

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Encoder.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ class Encoder : IDisposable
55
{
66
private ErrorStream _errorStream;
77

8-
private static bool _loaded;
9-
108
/// <summary>
119
/// Dictionary with alphanumeric characters mapped to morse code
1210
/// </summary>

Installer/MuEncodeInstaller.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "MuEncode"
5-
#define MyAppVersion "2.1"
5+
#define MyAppVersion "2.2"
66
#define MyAppPublisher "MilliOnTealeaves"
77
#define MyAppURL "https://github.com/MilliOnTealeaves/MuEncode/"
88
#define MyAppExeName "MuEncode.exe"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
5959

6060
// clear input and output
6161
case (Keys.Control | Keys.Tab):
62-
Btn_ClearInput_Click("CTRL+Escape", new());
63-
Btn_ClearOutput_Click("CTRL+Escape", new());
62+
Btn_ClearInput_Click("CTRL+Tab", new());
63+
Btn_ClearOutput_Click("CTRL+Tab", new());
6464
return true;
6565

6666
// select encoding type

0 commit comments

Comments
 (0)