Merge pull request #2906 from hpwamr/mui

MUI -  Minor correction in synchro RC IDs with original "grepWin"
This commit is contained in:
Pairi Daiza 2020-09-26 20:05:03 +02:00 committed by GitHub
commit e358d882e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
1
2

View File

@ -54,7 +54,7 @@ CAPTION "grepWinNP3"
FONT 9, "Segoe UI", 400, 0, 0x1
BEGIN
LTEXT "Press F1 for help",IDC_HELPLABEL,362,50,104,8
CONTROL "<a>About grepWinNP3</a>",IDC_ABOUTLINK,"SysLink",LWS_RIGHT | WS_TABSTOP,486,2,87,8
CONTROL "<a>about grepWinNP3</a>",IDC_ABOUTLINK,"SysLink",LWS_RIGHT | WS_TABSTOP,486,2,87,8
PUSHBUTTON "/",IDC_PATHMRU,14,20,11,12
EDITTEXT IDC_SEARCHPATH,31,20,516,12,ES_AUTOHSCROLL,WS_EX_ACCEPTFILES
PUSHBUTTON "...",IDC_SEARCHPATHBROWSE,552,20,13,12

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.926.1"
version="5.20.926.2"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 926
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27