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/WebView | |
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/WebView')
-rw-r--r-- | plugins/WebView/res/webview.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/WebView/res/webview.rc b/plugins/WebView/res/webview.rc index e4eed9a55d..80f20d478a 100644 --- a/plugins/WebView/res/webview.rc +++ b/plugins/WebView/res/webview.rc @@ -288,9 +288,9 @@ BEGIN EDITTEXT IDC_DELAY,65,15,31,9,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER | NOT WS_BORDER,WS_EX_STATICEDGE
LTEXT "seconds",IDC_STATIC,106,15,34,10
- //CONTROL "From Popup plugin",IDC_PD1,"Button",BS_AUTORADIOBUTTON,
+ //CONTROL "From popup plugin",IDC_PD1,"Button",BS_AUTORADIOBUTTON,
// 18,30,110,8
- CONTROL "From Popup plugin",IDC_PD1,"MButtonClass",WS_TABSTOP,
+ CONTROL "From popup plugin",IDC_PD1,"MButtonClass",WS_TABSTOP,
18,30,110,8
//CONTROL "Permanent",IDC_PD2,"Button",BS_AUTORADIOBUTTON,18,45,
// 110,8
|