diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-29 17:10:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-29 17:10:34 +0000 |
commit | 3a7f5050eeff90d8751aefd99dcdad0eb1f4062a (patch) | |
tree | 295def1e15dc3401579a09c5eedb858b824c9068 /plugins/NewsAggregator | |
parent | 8e37dd3344772e2bfce5eaff06e0e7c5ae2cae95 (diff) |
- NewsAggregator: cosmetics (patch from dartraiden)
- Mra: cosmetics (patch from person)
- BuddyPounce: deprecated and bizarre aliases removed (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4240 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator')
-rw-r--r-- | plugins/NewsAggregator/Res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Res/Resource.rc b/plugins/NewsAggregator/Res/Resource.rc index ce039b7049..ebfaf80278 100644 --- a/plugins/NewsAggregator/Res/Resource.rc +++ b/plugins/NewsAggregator/Res/Resource.rc @@ -77,7 +77,7 @@ BEGIN GROUPBOX "Visualization",IDC_STATIC,6,119,238,85
LTEXT "Display news using the following format:",IDC_STATIC,13,132,168,8
EDITTEXT IDC_TAGSEDIT,13,143,224,36,ES_MULTILINE | ES_AUTOHSCROLL | ES_WANTRETURN | WS_VSCROLL
- LTEXT "All item's tags are valid. Put them between #. Example: #<author>#",IDC_STATIC,14,182,167,16
+ LTEXT "All item's tags are valid. Put them between #. Example: #<author>#",IDC_STATIC,14,182,160,16
PUSHBUTTON "Reset",IDC_RESET,192,184,45,14
PUSHBUTTON "?",IDC_TAGHELP,175,184,15,14
LTEXT "0 - check manually",IDC_STATIC,100,55,79,8
|