03b2d5e8b7
[ENHANCE] Enhance Editing Contextmenu feature. [UPDATE] Add comment in contextMenu.xml. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@688 f5eea248-9336-0410-98b8-ebc06183d4e3
11 lines
310 B
Batchfile
11 lines
310 B
Batchfile
REM To add vista style icon, you need ReplaceVistaIcon.exe in the same directory. You can find it on:
|
|
REM http://www.rw-designer.com/compile-vista-icon
|
|
|
|
REM %1 should be the path of ReplaceVistaIcon.exe
|
|
REM %2 should be the path of notepad++.exe
|
|
|
|
if exist %1 (
|
|
%1 %2 "..\src\icons\nppNewIcon.ico"
|
|
)
|
|
|