From 6649cd6544c7d6d0cad1facffa422c31e9f5507e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Tue, 23 Feb 2010 13:40:20 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Die=20Bildschirmtastatur=20=E2=80=93=20neu?= =?UTF-8?q?=20wie=20alt=20=E2=80=93=20bekommt=20jetzt=20auch=20richtig=20m?= =?UTF-8?q?it,=20wenn=20das=20Fenster=20mit=20der=20Maus=20geschlossen=20w?= =?UTF-8?q?ird.=20=E2=80=A2=20Die=20neue=20BST=20kann=20nun=20=C3=BCber=20?= =?UTF-8?q?einen=20INI-Eintrag=20beim=20Start=20automatisch=20aktiviert=20?= =?UTF-8?q?werden=20([global]=20=E2=80=9EuseBSTN=3D1=E2=80=9C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2169 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/varsfunctions.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/neo-vars/src/source/varsfunctions.ahk') diff --git a/windows/neo-vars/src/source/varsfunctions.ahk b/windows/neo-vars/src/source/varsfunctions.ahk index 0532a64..5d05505 100644 --- a/windows/neo-vars/src/source/varsfunctions.ahk +++ b/windows/neo-vars/src/source/varsfunctions.ahk @@ -124,7 +124,7 @@ rerun: CharOutUp(PR%PhysKey%) PR%PhysKey% := "" } - if (BSTNguiErstellt) + if (useBSTN) BSTNUpdate() } -- cgit v1.2.3