Posted by member 190166 on 2004-08-18 19:08:48
I've been editing someone's theme to fit what i want. With austerity each icon has two progs (one for left and on for right click) i'd like the same on mine.
I tried studying the austerity code, and applying it to this themes code. The links for the theme look like this:
in austerity they look like this:
so i tried doing this:
Now when i right click it does nuttin :( before it opend my web browser.
I tried studying the austerity code, and applying it to this themes code. The links for the theme look like this:
*shortcut "Web Browser" $X+40$ $Y$ internet.png internet_ovr.png internet_clk.png .none "$Browser$"
in austerity they look like this:
*Shortcut "$SC1Name$" $IconsX$ $BarY$ icons\browser1.png icons\browser2.png icons\browser3.png #0O$SCFlag$ ["$SC1LClick$"]["$SC1RClick$"]
so i tried doing this:
*shortcut "Web Browser" $X+40$ $Y$ internet.png
internet_ovr.png internet_clk.png .none ["$Browser$"]["$Email$"]
internet_ovr.png internet_clk.png .none ["$Browser$"]["$Email$"]
Now when i right click it does nuttin :( before it opend my web browser.