Skip to content

Commit

Permalink
英語版IDD_GREP,IDD_GREP_REPLACEのフォントをSegoe UIに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
suconbu committed Oct 24, 2020
1 parent ee194b0 commit f5f6f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sakura_lang_en_US/sakura_lang_rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ IDD_GREP DIALOGEX 0, 0, 414, 188
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "Grep Term Input"
FONT 9, "Yu Gothic UI", 0, 0, 0x1
FONT 9, "Segoe UI"
BEGIN
RTEXT "Term(&N)",IDC_STATIC,4,4,56,8
COMBOBOX IDC_COMBO_TEXT,64,4,292,120,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
Expand Down Expand Up @@ -231,7 +231,7 @@ IDD_GREP_REPLACE DIALOGEX 0, 0, 414, 196
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "Grep Replace"
FONT 9, "Yu Gothic UI", 0, 0, 0x1
FONT 9, "Segoe UI"
BEGIN
RTEXT "Replace &From",IDC_STATIC,4,4,56,10
COMBOBOX IDC_COMBO_TEXT,64,4,292,120,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
Expand Down

0 comments on commit f5f6f93

Please sign in to comment.