Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Oct 29, 2024
1 parent 9f7da1a commit e067cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions locale/ru/Notepad4.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ BEGIN
AUTOCHECKBOX "Only highlight subline when highlighting current line.",IDC_WRAP_HIGHLIGHT_SUBLINE,14,96,220,10,WS_TABSTOP
END

IDD_PAGESETUP DIALOGEX 5, 5, 346, 280
IDD_PAGESETUP DIALOGEX 5, 5, 306, 290
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Параметры страницы"
FONT 8, "MS Shell Dlg", 420, 0, 0x1
Expand Down Expand Up @@ -1422,8 +1422,8 @@ BEGIN
GROUPBOX "Масштаб",IDC_STATIC,250,170,118,58,WS_GROUP
LTEXT "Печать в мас&штабе (от 10% до 500%):",IDC_STATIC,248,125,94,8
COMBOBOX IDC_PAGESETUP_ZOOMLEVEL,300,206,50,120,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,197,239,50,14,WS_GROUP
PUSHBUTTON "Отмена",IDCANCEL,263,239,50,14
DEFPUSHBUTTON "OK",IDOK,177,239,50,14,WS_GROUP
PUSHBUTTON "Отмена",IDCANCEL,273,239,50,14
PUSHBUTTON "&Принтер...",IDC_PAGESETUP_PRINTER,299,239,50,14
GROUPBOX "Предпросмотр",IDC_STATIC,250,8,118,157
CONTROL "",IDC_PAGESETUP_PREVIEW_WHITE_RECT,"Static",SS_WHITERECT,264,47,80,80
Expand Down

0 comments on commit e067cec

Please sign in to comment.