From e7424b22cd63cfbd3be99790bd080acd431a4f3e Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 26 Mar 2019 14:58:30 +0300 Subject: StdPopup and Popup decapitalization --- plugins/Popup/res/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Popup/res') diff --git a/plugins/Popup/res/resource.rc b/plugins/Popup/res/resource.rc index 8beb28511f..9bdf0f69d3 100644 --- a/plugins/Popup/res/resource.rc +++ b/plugins/Popup/res/resource.rc @@ -142,7 +142,7 @@ END IDD_HISTORY DIALOG 0, 0, 293, 236 STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME -CAPTION "Popup History" +CAPTION "Popup history" FONT 8, "MS Shell Dlg" BEGIN LISTBOX IDC_POPUP_LIST,5,5,283,226,LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP -- cgit v1.2.3