08-13-2009, 2:00 AM
|
jokrug
Joined on 08-10-2009
Posts 7
|
Re: using png instead of gif in navigator
|
 
 
|
|
|
The navigator seems to be generated by the function GetNavigator(Node).
Currently it uses the "left.gif", "up_d.gif" and "right.gif" from UserImages.
I cannot find an entry in any of the files from the MSDN theme, where I could change this behaviour.
By the way: the installer installed the gifs in UserImages with uppercase fist letters like "Up.gif". The function GetNavigator() creates tags like "img src="up.gif". This is no problem under Windows, but since Linux is case sensitive, it will never find the files.
Just a little adjusment for the small minority of Linux users
|
|
|
|
|
Report
|
|
|
|