Skip to content

Commit

Permalink
improve IDD_FACES
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Dec 15, 2019
1 parent 39ef055 commit 24cb759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
EXSTYLE WS_EX_TOOLWINDOW
FONT 8, "Tahoma"
{
LTEXT "Use the plug-in to perform face detection.", IDC_STATIC, 5, 5, 180, 15
LTEXT "&Cascade classifier:", IDC_STATIC, 5, 30, 124, 10
COMBOBOX cmb1, 5, 45, 180, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
}
Expand Down
1 change: 1 addition & 0 deletions lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
EXSTYLE WS_EX_TOOLWINDOW
FONT 9, "MS UI Gothic"
{
LTEXT "顔検出を行うにはプラグインをお使い下さい。", IDC_STATIC, 5, 5, 180, 15
LTEXT "カスケード分類器(&C):", IDC_STATIC, 5, 30, 124, 10
COMBOBOX cmb1, 5, 45, 180, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
}
Expand Down

0 comments on commit 24cb759

Please sign in to comment.