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 /plugins/WhoUsesMyFiles/res | |
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 'plugins/WhoUsesMyFiles/res')
-rw-r--r-- | plugins/WhoUsesMyFiles/res/resource.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/WhoUsesMyFiles/res/resource.rc b/plugins/WhoUsesMyFiles/res/resource.rc index c244c87231..fe24192ffe 100644 --- a/plugins/WhoUsesMyFiles/res/resource.rc +++ b/plugins/WhoUsesMyFiles/res/resource.rc @@ -46,7 +46,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
GROUPBOX "Popup delay settings",IDC_STATIC,9,9,153,93,WS_GROUP
EDITTEXT IDC_DELAY_SEC,17,23,20,12,ES_AUTOHSCROLL | ES_NUMBER
- LTEXT "PopUp Delay (seconds)",IDC_TX_DELAY_SEC,39,25,94,8
+ LTEXT "Popup Delay (seconds)",IDC_TX_DELAY_SEC,39,25,94,8
CONTROL "",IDC_COLOR_BACK,"ColourPicker",WS_TABSTOP,187,24,39,12
LTEXT "Background color",IDC_STATIC,231,26,76,8,SS_CENTERIMAGE |
NOT WS_GROUP
@@ -56,20 +56,20 @@ BEGIN PUSHBUTTON "Previe&w",IDC_PREVIEW,270,231,50,15
CONTROL "Show infinitely",IDC_DELAY_INF,"Button",
BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,17,50,61,10
- CONTROL "Default PopUp delay",IDC_DELAY_DEF,"Button",
+ CONTROL "Default Popup delay",IDC_DELAY_DEF,"Button",
BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,17,61,81,10
CONTROL "Choose delay time",IDC_DELAY_SET,"Button",
BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,17,39,73,10
GROUPBOX "Popup color settings",IDC_STATIC,167,9,153,93,WS_GROUP
CONTROL "Use windows colors",IDC_COLOR_WIN,"Button",
BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,187,63,79,10
- CONTROL "Use default PopUp colors",IDC_COLOR_DEF,"Button",
+ CONTROL "Use default Popup colors",IDC_COLOR_DEF,"Button",
BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,187,74,97,10
CONTROL "Choose colors",IDC_COLOR_SET,"Button",
BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,187,52,61,10
GROUPBOX "File access filter && logging settings",IDC_STATIC,9,
106,311,101
- CTEXT "Please note that this settings has effect only with PopUps Interoperability plugin version 1.0.1.9 or higher",
+ CTEXT "Please note that this settings has effect only with Popups Interoperability plugin version 1.0.1.9 or higher",
IDC_DELAY_NOTE,14,73,143,26,SS_SUNKEN | WS_DISABLED |
NOT WS_GROUP
EDITTEXT IDC_FILE,83,123,210,12,ES_AUTOHSCROLL,WS_EX_ACCEPTFILES
|