diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-08-22 17:04:26 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-08-22 17:04:26 +0000 |
commit | e00cd7c44dc1bc767be49f2b1088205a745e86a9 (patch) | |
tree | 451c997488909cc8591f822f5cb8e6a3ecea45fa /plugins/Weather | |
parent | d527ccfc75466d862eeb217fea8913942c5ea35b (diff) |
More double spaces eliminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@5787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather')
-rw-r--r-- | plugins/Weather/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_contacts.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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;
}
|