File: Compare-plugin\src\Compare.rc
Change:
--------
IDB_FIRST BITMAP "D:\\work\\notepad++\\Compare-plugin\\res\\first.bmp"
IDB_LAST BITMAP "D:\\work\\notepad++\\Compare-plugin\\res\\last.bmp"
IDB_NEXT BITMAP "D:\\work\\notepad++\\Compare-plugin\\res\\next.bmp"
IDB_PREV BITMAP "D:\\work\\notepad++\\Compare-plugin\\res\\prev.bmp"
--------
To:
--------
IDB_FIRST BITMAP "..\\res\\first.bmp"
IDB_LAST BITMAP "..\\res\\last.bmp"
IDB_NEXT BITMAP "..\\res\\next.bmp"
IDB_PREV BITMAP "..\\res\\prev.bmp"
--------
Hi,
Thank you for your suggestion. I have already fixed that. From where did you take the source code ? zip release ? CVS repository ?
For the latest source code, have a look at the git repository here : http://github.com/jsleroy
Best regards,
Jean-sébastien
I got the source code from here:
https://sourceforge.net/projects/npp-plugins/files/
->ComparePlugin->Compare 1.5.4->Compare_1_5_4_src.zip
so zip release
>http://github.com/jsleroy
nice, you should put that link in the source code