Fix Windows GUI resource file.

This commit is contained in:
Kimmo Varis 2009-12-19 16:53:47 +02:00
parent 41eb141e61
commit 401afea2f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Include command line program's resource file containing version info etc.
#include "..\src\cppcheck.rc"
#include "..\cli\cppcheck.rc"
// GUI Icon
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"