diff options
| author | dartraiden <wowemuh@gmail.com> | 2019-03-26 14:58:30 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2019-03-26 14:58:30 +0300 |
| commit | e7424b22cd63cfbd3be99790bd080acd431a4f3e (patch) | |
| tree | 70e304dc6536a53a7e9eb90537d773e1c5d3d05c /plugins/Popup/res | |
| parent | aec8f049d43d79c6c8c26a7d9ddfd9460d267275 (diff) | |
StdPopup and Popup decapitalization
Diffstat (limited to 'plugins/Popup/res')
| -rw-r--r-- | plugins/Popup/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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
|
