From e00cd7c44dc1bc767be49f2b1088205a745e86a9 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 22 Aug 2013 17:04:26 +0000 Subject: More double spaces eliminated git-svn-id: http://svn.miranda-ng.org/main/trunk@5787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/res/resource.rc | 2 +- plugins/Weather/src/weather_contacts.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Weather') diff --git a/plugins/Weather/res/resource.rc b/plugins/Weather/res/resource.rc index 29140efb2d..bff337b36d 100644 --- a/plugins/Weather/res/resource.rc +++ b/plugins/Weather/res/resource.rc @@ -237,7 +237,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Weather Protocol INI Setup\nInstall 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 + 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, "MButtonClass",WS_TABSTOP,5,62,249,12,WS_EX_WINDOWEDGE | 0x800000L CONTROL "Extract the weather ini file from archive to this directory",IDC_STEP2, diff --git a/plugins/Weather/src/weather_contacts.cpp b/plugins/Weather/src/weather_contacts.cpp index 44df9e7386..9f93bd6a1a 100644 --- a/plugins/Weather/src/weather_contacts.cpp +++ b/plugins/Weather/src/weather_contacts.cpp @@ -82,7 +82,7 @@ INT_PTR WeatherMap(WPARAM wParam, LPARAM lParam) if (id[0] != 0) { // check if the weather map URL is set. If it is not, display warning and quit if ( DBGetStaticString((HANDLE)wParam, WEATHERPROTONAME, "MapURL", loc2, SIZEOF(loc2)) || loc2[0] == 0) { - MessageBox(NULL, TranslateT("The URL for weather map have not been set. You can set it from the Edit Settings dialog."), TranslateT("Weather Protocol"), MB_ICONINFORMATION); + MessageBox(NULL, TranslateT("The URL for weather map have not been set. You can set it from the Edit Settings dialog."), TranslateT("Weather Protocol"), MB_ICONINFORMATION); return 1; } -- cgit v1.2.3