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/!NotAdopted/mDynDNS | |
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/!NotAdopted/mDynDNS')
-rw-r--r-- | plugins/!NotAdopted/mDynDNS/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/mDynDNS/resource.rc b/plugins/!NotAdopted/mDynDNS/resource.rc index 685e8d8062..682ce500b3 100644 --- a/plugins/!NotAdopted/mDynDNS/resource.rc +++ b/plugins/!NotAdopted/mDynDNS/resource.rc @@ -52,7 +52,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,29,267,10
GROUPBOX "Delay",IDC_STATIC,159,47,147,69
CONTROL "&Custom",IDC_DELAY_CUSTOM,"Button",BS_AUTORADIOBUTTON,167,66,87,10
- CONTROL "&From PopUp plugin",IDC_DELAY_POPUP,"Button",BS_AUTORADIOBUTTON,167,96,131,10
+ CONTROL "&From Popup plugin",IDC_DELAY_POPUP,"Button",BS_AUTORADIOBUTTON,167,96,131,10
CONTROL "P&ermanent",IDC_DELAY_PERMANENT,"Button",BS_AUTORADIOBUTTON,167,81,131,10
EDITTEXT IDC_DELAY,268,64,21,12,ES_AUTOHSCROLL | ES_NUMBER
GROUPBOX "Colours",IDC_STATIC,5,47,147,69
|