Skip to content

Commit

Permalink
Updated version to 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psoukie committed Dec 28, 2022
1 parent a7a4eab commit b8cf838
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 b8cf838

Please sign in to comment.