Prevented some crashes from uncaught exceptions

Moved mse.ico to app.ico
Fixed the Linux version of load_resource_icon().


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@388 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2007-05-18 19:11:40 +00:00
parent 0b05d97ed6
commit 1c687fdc96
5 changed files with 18 additions and 13 deletions

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

+2 -2
View File
@@ -8,7 +8,7 @@
// -------------------------------------------------------- : Icons
icon/app ICON "icon/mse.ico" // has to come first in alphabet!!
icon/app ICON "icon/app.ico" // has to come first in alphabet!!
icon/export ICON "icon/set.ico" //todo
icon/game ICON "icon/set.ico" //todo
icon/set ICON "icon/set.ico"
@@ -163,7 +163,7 @@ FILETYPE VFT_APP
VALUE "License", "GNU General Public License 2 or later; This is free software, and you are welcome to redistribute it under certain conditions; See the help file for details"
VALUE "FileDescription", "Magic Set Editor"
VALUE "InternalName", "mse2/8"
VALUE "LegalCopyright", "© 2001-2007 Twan van Laarhoven"
VALUE "LegalCopyright", " 2001-2007 Twan van Laarhoven"
VALUE "ProductName", "Magic Set Editor"
}
}