moved the images from the sub- to the main root-directory

This commit is contained in:
joten 2012-09-28 15:54:06 +02:00
parent aaa9538f43
commit 99b74ad39c
3 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ SetWinDelay, 10
Config_init()
Menu, Tray, Tip, %NAME% %VERSION%
IfExist %A_ScriptDir%\images\kfm.ico
Menu, Tray, Icon, %A_ScriptDir%\images\kfm.ico
IfExist %A_ScriptDir%\logo.ico
Menu, Tray, Icon, %A_ScriptDir%\logo.ico
Menu, Tray, NoStandard
Menu, Tray, Add, Toggle bar, Main_toggleBar
Menu, Tray, Add, Help, Main_help

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB