diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-21 15:45:23 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-21 15:45:23 +0000 |
commit | ebd687f634a69149228cee9a8d0fbac61a8e3034 (patch) | |
tree | 1a6df3fdd9d380641efaad8ceb37949da3c20139 /plugins/TooltipNotify/res/main.rc | |
parent | 9d392a5e1a34b333f1849a1505d510fbf68a66af (diff) |
- "2000\XP+" remark is not needed anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@4776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TooltipNotify/res/main.rc')
-rw-r--r-- | plugins/TooltipNotify/res/main.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TooltipNotify/res/main.rc b/plugins/TooltipNotify/res/main.rc index ee7687fbeb..fee4870711 100644 --- a/plugins/TooltipNotify/res/main.rc +++ b/plugins/TooltipNotify/res/main.rc @@ -128,7 +128,7 @@ BEGIN CONTROL "Transparent input",IDC_TRANSP_INPUT,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,96,147,81,11
PUSHBUTTON "Preview",IDC_PREVIEW,201,162,46,14
- GROUPBOX "Translucency options (Windows 2000/XP only)",
+ GROUPBOX "Translucency options",
IDC_GB_TRANSP,5,185,304,34
CONTROL "Transparent tooltip",IDC_TRANSPARENCY,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,15,200,73,9
|