fixed bug #1174742 - Icon error message is uninformative
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4508 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a889217375
commit
a94a7b67e3
3 changed files with 13 additions and 30 deletions
|
@ -22,7 +22,7 @@ extern void dopause(void);
|
|||
int update_bitmap(CResourceEditor* re, WORD id, const char* filename, int width=0, int height=0, int maxbpp=0);
|
||||
|
||||
// reads icon file filename and places its icons in the resource wIconId using resource editor re
|
||||
int replace_icon(CResourceEditor* re, WORD wIconId, const char* filename);
|
||||
void replace_icon(CResourceEditor* re, WORD wIconId, const char* filename);
|
||||
|
||||
#ifdef NSIS_CONFIG_UNINSTALL_SUPPORT
|
||||
// returns the data of the uninstaller icon (inside filename) that should replace the installer icon data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue