diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-30 00:26:16 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-30 00:26:16 +0000 |
commit | 58e024224b737044424b5d641203f5ca2fe273d9 (patch) | |
tree | edeaf1d92f6ff6110113dc6fc1c0f198e757adeb /plugins/WebView | |
parent | 4d0e21281a0e5db7f86d953876b972882960e0df (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView')
-rw-r--r-- | plugins/WebView/res/webview.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WebView/res/webview.rc b/plugins/WebView/res/webview.rc index a82b445855..e4eed9a55d 100644 --- a/plugins/WebView/res/webview.rc +++ b/plugins/WebView/res/webview.rc @@ -94,7 +94,7 @@ BEGIN GROUPBOX "Error messages",IDC_STATIC,1,137,278,25
CONTROL "Suppress error messages",IDC_SUPPRESS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,16,149,110,8
- CONTROL "Display using popup or wbOSD plugin",IDC_ERROR_POPUP,"Button",
+ CONTROL "Display using popup or OSD plugin",IDC_ERROR_POPUP,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,140,149,130,8
//////////
GROUPBOX "Expert options",IDC_ADV_GRP,142,163,137,35,WS_GROUP
|