diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-19 14:39:37 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-19 14:39:37 +0000 |
commit | 06c0a5ae32725b614c5c8c118c0f64d6742e5a36 (patch) | |
tree | 835d1103c22e760f8347588ef626d3a45d0cd2ea /protocols/MRA | |
parent | 2bfb7d60344d2256779b193f49032b103b40e480 (diff) |
Changed PopUp to Popup in delphi files, langpack files and rc files.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA')
-rw-r--r-- | protocols/MRA/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/res/resource.rc b/protocols/MRA/res/resource.rc index 3caad3cee9..b3480ff90e 100644 --- a/protocols/MRA/res/resource.rc +++ b/protocols/MRA/res/resource.rc @@ -214,7 +214,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- RTEXT "PopUp type",IDC_STATIC,9,11,52,8
+ RTEXT "Popup type",IDC_STATIC,9,11,52,8
COMBOBOX IDC_COMBO_POPUP_TYPE,65,9,220,97,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Popup settings",IDC_GROUPMAIN,9,25,276,90,WS_GROUP
CONTROL "Enable",IDC_CHK_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,38,260,10
|