diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-08-07 15:00:07 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-08-07 15:00:07 +0000 |
commit | fb965eed3e69be19df996ca9601e6a90e90ee6af (patch) | |
tree | e15f6968f10058d5c84dbaea379e05d433fb9e4e /plugins/ClientChangeNotify/res | |
parent | 4b589ea382a04a6a82d3ba48b6d2402801ccb342 (diff) |
ClientChangeNotify now uses pcre16
git-svn-id: http://svn.miranda-ng.org/main/trunk@10119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/res')
-rw-r--r-- | plugins/ClientChangeNotify/res/Resources.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/res/Resources.rc b/plugins/ClientChangeNotify/res/Resources.rc index 194b3063e3..2377d20871 100644 --- a/plugins/ClientChangeNotify/res/Resources.rc +++ b/plugins/ClientChangeNotify/res/Resources.rc @@ -91,7 +91,7 @@ BEGIN IDC_POPUPOPTDLG_STATIC_IGNORESTRINGS,6,168,294,8
EDITTEXT IDC_POPUPOPTDLG_IGNORESTRINGS,6,180,288,14,
ES_AUTOHSCROLL
- CTEXT "(you have to install pcre.dll or pcre3.dll to use regular expressions here)",
+ CTEXT "(you have to install pcre16.dll to use regular expressions here)",
IDC_POPUPOPTDLG_STATIC_REGEXP,0,195,294,8
END
|