diff options
Diffstat (limited to 'src/resource.rc')
-rw-r--r-- | src/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resource.rc b/src/resource.rc index 5ffd3e1bf9..c72e46dace 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -140,7 +140,7 @@ CAPTION "Options" FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
COMBOBOX IDC_KEYWORD_FILTER,336,6,88,79,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
- CONTROL "Options\nConfigure your Miranda Instant Messenger options",IDC_HEADERBAR,
+ CONTROL "Options\nConfigure your Miranda NG options",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,428,25
DEFPUSHBUTTON "OK",IDOK,265,283,50,14
PUSHBUTTON "Cancel",IDCANCEL,319,283,50,14
@@ -158,7 +158,7 @@ CAPTION "Options" FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
COMBOBOX IDC_KEYWORD_FILTER,336,37,88,79,CBS_DROPDOWN | CBS_SORT | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
- CONTROL "Options\nConfigure your Miranda Instant Messenger options",IDC_HEADERBAR,
+ CONTROL "Options\nConfigure your Miranda NG options",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,325,25
DEFPUSHBUTTON "OK",IDOK,158,283,50,14
PUSHBUTTON "Cancel",IDCANCEL,212,283,50,14
|