mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2906 from hpwamr/mui
MUI - Minor correction in synchro RC IDs with original "grepWin"
This commit is contained in:
commit
e358d882e7
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -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
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.926.1"
|
||||
version="5.20.926.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user