diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2016-04-09 21:43:00 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-04-09 21:43:00 +0000 |
commit | df4a8432b2872e78f6ffdcddab6a4b2a95c9770c (patch) | |
tree | fdc8d722f2858a8c1c12d604b575a1014d69ac65 /plugins/Weather/src/weather_update.cpp | |
parent | 5a8128570b24a6bafc4b7caa0620a895bb971a1c (diff) |
partly reverted last commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@16618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/weather_update.cpp')
-rw-r--r-- | plugins/Weather/src/weather_update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/src/weather_update.cpp b/plugins/Weather/src/weather_update.cpp index be95d9e56e..741af5e004 100644 --- a/plugins/Weather/src/weather_update.cpp +++ b/plugins/Weather/src/weather_update.cpp @@ -325,7 +325,7 @@ void UpdateAll(BOOL AutoUpdate, BOOL RemoveData) INT_PTR UpdateSingleStation(WPARAM wParam, LPARAM)
{
if (IsMyContact(wParam)) {
- // add the station to the end of the update queue
+ // add the station to the end of the update queue
UpdateListAdd(wParam);
// if it is not updating, then start the update thread process
|