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 /src/core/stdpopup/res | |
parent | aec8f049d43d79c6c8c26a7d9ddfd9460d267275 (diff) |
StdPopup and Popup decapitalization
Diffstat (limited to 'src/core/stdpopup/res')
-rw-r--r-- | src/core/stdpopup/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdpopup/res/resource.rc b/src/core/stdpopup/res/resource.rc index da3edb45ab..27facda6fd 100644 --- a/src/core/stdpopup/res/resource.rc +++ b/src/core/stdpopup/res/resource.rc @@ -66,7 +66,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - GROUPBOX "Default Timeout",IDC_STATIC,4,7,153,36 + GROUPBOX "Default timeout",IDC_STATIC,4,7,153,36 CONTROL "Never timeout",IDC_RAD_NOTIMEOUT,"Button",BS_AUTORADIOBUTTON | BS_LEFTTEXT | WS_GROUP,10,16,77,10,WS_EX_RIGHT CONTROL "Set timeout:",IDC_RAD_TIMEOUT,"Button",BS_AUTORADIOBUTTON | BS_LEFTTEXT,10,28,77,10,WS_EX_RIGHT EDITTEXT IDC_ED_TIMEOUT,93,26,40,14,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER,WS_EX_RIGHT |