-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the TAB key to insert a space at the cursor location, as edit.tf does. The remainder of the line to the right is shifted one character to the right.
- Loading branch information
1 parent
bb1ff5f
commit efb0c07
Showing
3 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Purpose: Defines Application Frame | ||
* Author: Peter Kwan ([email protected]) | ||
* Created: 2014-10-30 | ||
* Copyright: Peter Kwan (http://www.teastop.co.uk) 2014-2018 | ||
* Copyright: Peter Kwan (c) 2014-2019 | ||
* License: | ||
* | ||
* Permission to use, copy, modify, and distribute this software | ||
|
@@ -54,7 +54,7 @@ | |
#include "mapchar.h" | ||
|
||
// Version number | ||
#define VERSION_STRING wxT("1.37") | ||
#define VERSION_STRING wxT("1.38") | ||
|
||
// ftp | ||
#include <wininet.h> | ||
|