diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-05-20 14:43:12 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-05-20 14:43:12 +0000 |
commit | 24b63c9be98c2c1ab5b0fc769e37a13174730bcd (patch) | |
tree | 16ba800759924fac50724bae0a615e55e6cd8232 /windows/neo-vars/src/neo20-all.ahk | |
parent | 79cfa8220fc316b1eb47eb2f803e494bca693dd4 (diff) |
Fix: %appdata%\Neo2\ statt %appdata%\NEO2\.
git-svn-id: https://svn.neo-layout.org@1866 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/neo-vars/src/neo20-all.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/neo-vars/src/neo20-all.ahk b/windows/neo-vars/src/neo20-all.ahk index dfa1335..bda598a 100644 --- a/windows/neo-vars/src/neo20-all.ahk +++ b/windows/neo-vars/src/neo20-all.ahk @@ -36,7 +36,7 @@ SetWorkingDir, %A_ScriptDir% #include source\tools.ahk
; individuelle Einstellungen
-#include *i %A_AppData%\NEO2\custom.ahk
+#include *i %A_AppData%\Neo2\custom.ahk
#include source\tray.ahk
#include source\keyhooks.ahk
|