From 20f0f35ab41df06e40b6e159c4e58865a2b0b97f Mon Sep 17 00:00:00 2001 From: martin_r Date: Wed, 27 Aug 2008 17:13:08 +0000 Subject: =?UTF-8?q?=C3=9Cberfl=C3=BCssigen=20Code=20entfernt,=20Code=20ges?= =?UTF-8?q?trafft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@812 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Methods-Other.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/autohotkey/Source/Methods-Other.ahk') diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk index 1acfccf..b603a8b 100644 --- a/windows/autohotkey/Source/Methods-Other.ahk +++ b/windows/autohotkey/Source/Methods-Other.ahk @@ -101,7 +101,7 @@ CheckCompUni12(d,val1,val2){ if (Ebene = 1) and (val1 != "") { SendUnicodeChar(val1) return 1 - }else if (Ebene = 2) and (val2 != "") { + } else if (Ebene = 2) and (val2 != "") { SendUnicodeChar(val2) return 1 } -- cgit v1.2.3