Skip to content

Commit

Permalink
Merge pull request #58 from psoukie:release/2.0.0-alpha.2
Browse files Browse the repository at this point in the history
Updated version to 2.0.0-alpha.2
  • Loading branch information
psoukie authored Dec 28, 2022
2 parents a7a4eab + b8cf838 commit fddabf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/zipchord.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SetWorkingDir %A_ScriptDir%
; Licensed under GPL-3.0
; See https://github.com/psoukie/zipchord/

global version = "2.0.0-alpha.1"
global version = "2.0.0-alpha.2"

; ------------------
;; Global Variables
Expand Down Expand Up @@ -881,7 +881,7 @@ ButtonSaveLocale() {

; Read settings from Windows Registry and locate dictionary file
LoadSettings() {
For key, value in settings
For key in settings
{
RegRead new_value, HKEY_CURRENT_USER\Software\ZipChord, %key%
if (! ErrorLevel)
Expand Down

0 comments on commit fddabf6

Please sign in to comment.