Popup2 question Thread last updated on 2003-04-22 01:04:57

Posted by member 26116 on 2003-04-21 18:01:38

I've just started using litestep and am trying to configure it.
Doing that i bumped into a problem: can I assign specific icons to a link or folder?
the readme says something about .icon. how should i use that?
Thanks,

Joris

Posted by member 15023 on 2003-04-21 19:01:09 link

In your step.rc add:
PopupIcons True


Then beside anything you want in your popup add:
.icon=x:\pathtitheicon.ico

Posted by member 503 on 2003-04-21 22:25:05 link

Here's an example popup2 config line:
*Popup ".icon=iconfile.ico" "Title" command.exe

Posted by member 26116 on 2003-04-22 01:04:57 link

It works,
thanks a lot