Fix menu bars with shortcuts keys like KEY F6, "F6"; are lost

fixed #83
This commit is contained in:
Lutz
2022-05-13 13:39:00 +02:00
parent 274251d12a
commit ce7c1ffc66
12 changed files with 31 additions and 13 deletions

View File

@@ -2,8 +2,8 @@ Lparameters toUpdateInfo
Local lcNote
With toUpdateInfo
.VersionNumber = 'v1.19.73'
.VersionDate = Date(2022,04,08)
.VersionNumber = 'v1.19.74'
.VersionDate = Date(2022,05,13)
.SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip'
.Link = 'https://github.com/fdbozzo/foxbin2prg/wiki'
@@ -21,6 +21,9 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2022-05-13 v1.19.74
- Bug Fix: Fix menu bars with shortcuts keys like KEY F6, "F6"; are lost. (DanLauer)
2022-04-08 v1.19.73
- Bug Fix: Problem converting trailing spaces on line end in memo (again) (bjornhoeksel)