diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-08-22 08:39:14 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-08-22 08:39:14 +0000 |
commit | f9d6a69003715ece61edf4e890e0c7eb8671b6d6 (patch) | |
tree | 45ad4b6c946714f7f7c101116430ddb649c5c47b /plugins/Weather/res | |
parent | d177f2110a0c5a861b382db857efb87e630b8a29 (diff) |
There are different popup plugins (YAPP, Toster)
git-svn-id: http://svn.miranda-ng.org/main/trunk@17198 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/res')
-rw-r--r-- | plugins/Weather/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/res/resource.rc b/plugins/Weather/res/resource.rc index 9b13b430e7..45f9705512 100644 --- a/plugins/Weather/res/resource.rc +++ b/plugins/Weather/res/resource.rc @@ -153,7 +153,7 @@ BEGIN CONTROL "Delay",IDC_PD3,"Button",BS_AUTORADIOBUTTON,177,74,53,8
EDITTEXT IDC_DELAY,233,73,36,12,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER | NOT WS_BORDER,WS_EX_STATICEDGE
LTEXT "seconds",IDC_STATIC,272,73,34,10
- CONTROL "From Popup plugin",IDC_PD1,"Button",BS_AUTORADIOBUTTON,177,85,110,8
+ CONTROL "From popup plugin",IDC_PD1,"Button",BS_AUTORADIOBUTTON,177,85,110,8
CONTROL "Permanent",IDC_PD2,"Button",BS_AUTORADIOBUTTON,177,96,110,8
GROUPBOX "Popup Text",IDC_STATIC,3,112,305,121
LTEXT "Popup Title",IDC_STATIC,15,124,56,9
|