diff options
author | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2012-02-13 07:38:50 +0000 |
---|---|---|
committer | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2012-02-13 07:38:50 +0000 |
commit | f18a8b547fecd6ad61c9d7ae9655716b976abcca (patch) | |
tree | 07f25b0473b7984fda82160c24b71e042499c966 /windows | |
parent | 67757d3b72a700ef48afcc4f003ab562b95f31fa (diff) | |
download | neo-layout-f18a8b547fecd6ad61c9d7ae9655716b976abcca.tar.gz neo-layout-f18a8b547fecd6ad61c9d7ae9655716b976abcca.tar.bz2 neo-layout-f18a8b547fecd6ad61c9d7ae9655716b976abcca.zip |
+ Frage, ob die für die BST-Installation benötigten Dateien herunter geladen werden sollen.
git-svn-id: https://svn.neo-layout.org@2421 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r-- | windows/neo-vars/src/source/screenkeyboard.ahk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/neo-vars/src/source/screenkeyboard.ahk b/windows/neo-vars/src/source/screenkeyboard.ahk index e5ea2b4..d516029 100644 --- a/windows/neo-vars/src/source/screenkeyboard.ahk +++ b/windows/neo-vars/src/source/screenkeyboard.ahk @@ -202,6 +202,9 @@ CharProc__BST1() { }
if (FileExist(UniFontLocalFile)=="") {
+ Msgbox, 4, NeoVars-Bildschirmtastatur, Wollen Sie die für die Bildschirmtastatur notwendigen Dateien herunterladen?
+ ifMsgBox, No
+ Return
if (FileExist(UnZipLocalFile)=="") {
Progress,0,Herunterladen des gepackten Entpack-Programms ...
UrlDownloadToFile,%UnZipSFXSourceLink%,%UnZipSFXLocalFile%
|