#1
|
|||
|
|||
Renaming Icons
Does anyone know if it is possible to rename Icons?
I have some long obscure names for some of my icons, which came from when they were originally imported, which I would like to change. |
#2
|
|||
|
|||
would it help if you rename the *.ico file names?
|
#3
|
|||
|
|||
You could use SQLite to update the database, something like:
UPDATE Icon SET FileExtension = ".xyz" WHERE FileExtension = "ObsureIconName.ico"; http://www.kinook.com/Forum/showthre...?threadid=2825 |
#4
|
|||
|
|||
Thanks, Janrif, some of the icons have been automatically imported when I have added an info item from a web page so am unsure where the .ico files would be.
Kinook, I will give this a try, Thanks |
|
|