diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-23 08:29:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-23 08:29:06 +0000 |
commit | 2e9583b53bebc681e09c9682a2fb509653b345b4 (patch) | |
tree | 2f15145d0ea753fa68f4cfc12b5c8fc68836e2a9 /plugins/Weather/res | |
parent | 45f858c2a0a399d8c2e74e43c7d312bccd291902 (diff) |
headerbar text fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@13054 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/res')
-rw-r--r-- | plugins/Weather/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/res/resource.rc b/plugins/Weather/res/resource.rc index 93a05e4515..38ac930598 100644 --- a/plugins/Weather/res/resource.rc +++ b/plugins/Weather/res/resource.rc @@ -235,7 +235,7 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "Weather Protocol INI Setup"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Weather Protocol INI Setup\nInstall and load your weather ini file here",IDC_HEADERBAR,
+ CONTROL "Install and load your weather ini file here",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,259,28
CTEXT "Weather Protocol cannot find any weather INI file stored in your computer. To setup weather INI and add weather stations, please follow the steps:",IDC_STATIC,11,32,222,26
CONTROL "Click here to download a weather ini file from Miranda file listing",IDC_STEP1,
|