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/src | |
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/src')
-rw-r--r-- | plugins/Weather/src/weather_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|