Merge pull request #2225 from hpwamr/mui

MUI - Minor correction to layout in pl-PL
This commit is contained in:
Pairi Daiza 2020-04-14 23:38:03 +02:00 committed by GitHub
commit cf808f89ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 9 deletions

View File

@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
=====================================================
Current BETA Version 5.20.413.(build_#) (2020-04-13)
Current BETA Version 5.20.414.(build_#) (2020-04-14)
=====================================================
-----------------------------------------------------

View File

@ -1 +1 @@
3
2

View File

@ -1 +1 @@
413
414

View File

@ -262,9 +262,9 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_FILEMRU,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,255,97
CONTROL "&Zachowaj znak wstawienia.",IDC_PRESERVECARET,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,119,96,10
CONTROL "&Zapisz ostatnią listę pliku przy wyjściu.",IDC_SAVEMRU,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,107,96,10
CONTROL "&Zapisz ostatnią listę pliku przy wyjściu.",IDC_SAVEMRU,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,107,140,10
CONTROL "&Zapamiętaj wzór wyszukiwania.",IDC_REMEMBERSEARCHPATTERN,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,130,96,10
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,130,120,10
PUSHBUTTON "Odrzuć",IDC_REMOVE,212,107,50,14,WS_DISABLED
DEFPUSHBUTTON "OK",IDOK,154,139,50,14,WS_DISABLED
PUSHBUTTON "Anuluj",IDCANCEL,212,139,50,14

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.413.3"
version="5.20.414.2"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -74,7 +74,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1925)
#if(_MSC_FULL_VER >= 192528612)
#if(_MSC_FULL_VER >= 192528614)
#define VER_CPL MS Visual C++ 2019 v16.5.4
#elif(_MSC_FULL_VER >= 192528612)
#define VER_CPL MS Visual C++ 2019 v16.5.(2-3)
#elif(_MSC_FULL_VER >= 192528611)
#define VER_CPL MS Visual C++ 2019 v16.5.1

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 413
#define VERSION_BUILD 3
#define VERSION_REV 414
#define VERSION_BUILD 2
#define SCINTILLA_VER 432
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27