-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from young-developer/develop
Fix loading crash. New version 1.12.3
- Loading branch information
Showing
4 changed files
with
87 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,11 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSM | |
CAPTION "About NavigateTo" | ||
FONT 8, "MS Shell Dlg", 400, 0, 0x1 | ||
BEGIN | ||
LTEXT "Navigate To v.1.12.2",IDC_STATIC_TEXT,7,7,124,8 | ||
LTEXT "Author: Oleksii Maryshchenko",IDC_STATIC_TEXT,7,29,137,8 | ||
LTEXT "[email protected]",IDC_STATIC_TEXT,8,39,89,8 | ||
LTEXT "2018",IDC_STATIC_TEXT,182,51,19,8 | ||
LTEXT "omaryshchenko.info",IDC_STATIC_TEXT2,8,49,89,8 | ||
LTEXT "Navigate To v.1.12.3",IDC_STATIC_TEXT,7,7,124,8 | ||
LTEXT "Author: Oleksii Maryshchenko",IDC_STATIC_TEXT+1,7,29,137,8 | ||
LTEXT "[email protected]",IDC_STATIC_TEXT+2B,8,39,89,8 | ||
LTEXT "2018",IDC_STATIC_TEXT+3,182,51,19,8 | ||
LTEXT "omaryshchenko.info",IDC_STATIC_TEXT2+4,8,49,89,8 | ||
END | ||
|
||
|
||
|
@@ -43,8 +43,8 @@ END | |
// | ||
|
||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 1,12,2,0 | ||
PRODUCTVERSION 1,12,2,0 | ||
FILEVERSION 1,12,3,0 | ||
PRODUCTVERSION 1,12,3,0 | ||
FILEFLAGSMASK 0x37L | ||
#ifdef _DEBUG | ||
FILEFLAGS 0x21L | ||
|
@@ -59,15 +59,15 @@ BEGIN | |
BEGIN | ||
BLOCK "080904b0" | ||
BEGIN | ||
VALUE "Comments", "Latest Source available from https://github.com/young-developer/nppNavigateTo" | ||
VALUE "Comments", "Latest Sources available - https://github.com/young-developer/nppNavigateTo" | ||
VALUE "CompanyName", "Oleksii Maryshchenko" | ||
VALUE "FileDescription", "Notepad++ File NavigateTO : a free (GPL) source code file NavigateTo" | ||
VALUE "FileVersion", "1, 12, 2, 0" | ||
VALUE "FileVersion", "1, 12, 3, 0" | ||
VALUE "InternalName", "NavigateTo" | ||
VALUE "LegalCopyright", "Copyright (C) 2017 Oleksii Maryshchenko" | ||
VALUE "LegalCopyright", "Copyright (C) 2018 Oleksii Maryshchenko" | ||
VALUE "OriginalFilename", "NavigateTo.dll" | ||
VALUE "ProductName", "NavigateTo plugin" | ||
VALUE "ProductVersion", "1, 12, 2, 0" | ||
VALUE "ProductVersion", "1, 12, 3, 0" | ||
VALUE "SpecialBuild", "UNICODE" | ||
END | ||
END | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters