-
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.
Insert and Delete line added to the menu options. Can't be bothered implement ESC-I option because object orientated reasons. Also Undo/Redo is not available on these commands.
- Loading branch information
1 parent
03bf74d
commit 3be3ad0
Showing
5 changed files
with
46 additions
and
22 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
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 (c) 2014-2019 | ||
* Copyright: Peter Kwan (c) 2014-2020 | ||
* License: | ||
* | ||
* Permission to use, copy, modify, and distribute this software | ||
|
@@ -55,7 +55,7 @@ | |
#include "mapchar.h" | ||
|
||
// Version number | ||
#define VERSION_STRING wxT("1.44") | ||
#define VERSION_STRING wxT("1.45") | ||
|
||
// ftp | ||
#include <wininet.h> | ||
|