Merge pull request #3939 from hpwamr/mui

MUI - grepWinNP3 - Adjust position of "F1" and "RegexOkLabel" to avoid conflict
This commit is contained in:
Pairi Daiza 2022-02-10 20:55:34 +01:00 committed by GitHub
commit 33cbe20f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_
CAPTION "grepWinNP3"
FONT 9, "Segoe UI", 400, 0, 0x1
BEGIN
LTEXT "Press F1 for help...",IDC_HELPLABEL,400,51,100,8
LTEXT "Press F1 for help...",IDC_HELPLABEL,395,51,100,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
@ -63,7 +63,7 @@ BEGIN
CONTROL "Regex search",IDC_REGEXRADIO,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,84,50,90,10
CONTROL "Text search",IDC_TEXTRADIO,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,180,50,90,10
CONTROL "&Whole word",IDC_WHOLEWORDS,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP, 274,50,90,10
RTEXT "",IDC_REGEXOKLABEL,476,50,98,8
RTEXT "",IDC_REGEXOKLABEL,495,51,77,8
LTEXT "Search &for:",IDC_SEARCHFORLABEL,14,65,64,8
EDITTEXT IDC_SEARCHTEXT,83,64,484,12,ES_AUTOHSCROLL
PUSHBUTTON "/",IDC_EDITMULTILINE1,572,64,13,12

View File

@ -549,7 +549,7 @@ msgstr "dotyczy pasujących wierszy tekstu"
#. Resource IDs: (132)
msgid "invalid regex!"
msgstr "Nieprawidłowe wyrażenie regularne!"
msgstr "nieprawidłowe regex!"
#. Resource IDs: (120)
msgid "less than"
@ -581,7 +581,7 @@ msgstr "błąd odczytu"
#. Resource IDs: (131)
msgid "regex ok"
msgstr "Regex ok"
msgstr "regex ok"
#. Resource IDs: (117)
msgid "reuse grepWinNP3 instances."