diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-08-26 22:02:27 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-08-26 22:02:27 +0000 |
commit | b7f995391432a495634dfe4377528149847dc990 (patch) | |
tree | 5383e408b0d94bef17bcbdc0cf66a2deb29fabcc | |
parent | fd5279b7d819bbd3f72fe7d923f4d6d26a4d6fd3 (diff) |
Fix: Die Dateiumbenennung in r2044 hatte das Makefile zerschossen.
git-svn-id: https://svn.neo-layout.org@2054 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | portable/autorun.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portable/autorun.inf b/portable/autorun.inf index c340a39..2eb3c27 100644 --- a/portable/autorun.inf +++ b/portable/autorun.inf @@ -1,4 +1,4 @@ [autorun]
OPEN = neo\neo20.exe
ACTION = neo\neo20.exe
-ICON = neo\neo.ico
+ICON = neo\Neo-Icon.ico
|