mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
-fix: recoding minipath's version.h to UTF-8 (Sig), because it contains codepage dependant copyright sign
This commit is contained in:
parent
a4299465a1
commit
f3eb57ac25
@ -1,4 +1,4 @@
|
||||
/******************************************************************************
|
||||
/******************************************************************************
|
||||
* *
|
||||
* *
|
||||
* MiniPath - Notepad3 Explorer Plugin *
|
||||
@ -7,7 +7,7 @@
|
||||
* MiniPath version information *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2016 *
|
||||
* (c) Rizonesoft 2008-2017 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
@ -28,8 +28,8 @@
|
||||
#define VERSION_FILEVERSION_NUM VERSION_MAJOR,VERSION_MINOR,VERSION_REV,VERSION_BUILD
|
||||
#define VERSION_FILEVERSION_SHORT STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." \
|
||||
STRINGIFY(VERSION_REV) "." STRINGIFY(VERSION_BUILD)
|
||||
#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2008-2016"
|
||||
#define VERSION_LEGALCOPYRIGHT_LONG L"Copyright © Rizonesoft 2008-2016"
|
||||
#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2008-2017"
|
||||
#define VERSION_LEGALCOPYRIGHT_LONG L"Copyright © Rizonesoft 2008-2017"
|
||||
|
||||
#define VERSION_INTERNALNAME L"MiniPath"
|
||||
#define VERSION_ORIGINALFILENAME L"minipath.exe"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user