--- a\np2src\scintilla\src\KeyWords.cxx Wed Oct 08 07:24:19 2008 +++ b\np2src\scintilla\src\KeyWords.cxx Fri Oct 31 11:25:42 2008 @@ -132,17 +132,17 @@ int wxForceScintillaLexers(void) { // To add or remove a lexer, add or remove its file and run LexGen.py. // Force a reference to all of the Scintilla lexers so that the linker will // not remove the code of the lexers. int Scintilla_LinkLexers() { static int forcer = 0; // Shorten the code that declares a lexer and ensures it is linked in by calling a method. -#define LINK_LEXER(lexer) extern LexerModule lexer; forcer += lexer.GetLanguage(); +#define LINK_LEXER(lexer) void(0) //++Autogenerated -- run src/LexGen.py to regenerate //**\(\tLINK_LEXER(\*);\n\) LINK_LEXER(lmAbaqus); LINK_LEXER(lmAda); LINK_LEXER(lmAns1); LINK_LEXER(lmAPDL); LINK_LEXER(lmAsm); --- a\np2src\src\Dialogs.c Fri Oct 31 00:00:00 2008 +++ b\np2src\src\Dialogs.c Fri Oct 31 11:25:42 2008 @@ -181,17 +181,17 @@ BOOL GetDirectory(HWND hwndParent,int iT //============================================================================= // // AboutDlgProc() // static const DWORD dwVerMajor = 3; static const DWORD dwVerMinor = 0; static const DWORD dwBuildNumber = 20; static const WCHAR* szRevision = L""; -static const WCHAR* szExtra = L""; +static const WCHAR* szExtra = L".10 (modified)"; BOOL CALLBACK AboutDlgProc(HWND hwnd,UINT umsg,WPARAM wParam,LPARAM lParam) { static HFONT hFontTitle; static BOOL hover_email; static BOOL capture_email; --- a\np2src\src\Notepad2.rc Fri Oct 31 00:00:00 2008 +++ b\np2src\src\Notepad2.rc Fri Oct 31 11:47:14 2008 @@ -1145,34 +1145,34 @@ END ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,0,20,0 - PRODUCTVERSION 3,0,20,0 + FILEVERSION 3,0,20,10 + PRODUCTVERSION 3,0,20,10 FILEFLAGSMASK 0x3fL #ifdef _DEBUG - FILEFLAGS 0x29L + FILEFLAGS VS_FF_PATCHED | VS_FF_DEBUG #else - FILEFLAGS 0x28L + FILEFLAGS VS_FF_PATCHED #endif FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "Notepad2" - VALUE "FileVersion", "3.0.20" + VALUE "FileVersion", "3.0.20 (modified)" VALUE "InternalName", "Notepad2" VALUE "LegalCopyright", "© Florian Balmer 2004-2008" VALUE "OriginalFilename", "Notepad2.exe" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200