summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-01-13 11:47:35 +0000
committerRobert Pösel <robyer@seznam.cz>2013-01-13 11:47:35 +0000
commitc11ef9b9898776e57c664cd3ab60df83d599acdf (patch)
tree8b7e1f7857664e79080a0101b312194a2e875b8a /plugins/NewsAggregator
parent4cb4e9d3d414f0e0e0bc6e6f18645180ffcdebcf (diff)
typo.
git-svn-id: http://svn.miranda-ng.org/main/trunk@3092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator')
-rw-r--r--plugins/NewsAggregator/Src/Services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Services.cpp b/plugins/NewsAggregator/Src/Services.cpp
index 266d386b32..10f0e72941 100644
--- a/plugins/NewsAggregator/Src/Services.cpp
+++ b/plugins/NewsAggregator/Src/Services.cpp
@@ -63,7 +63,7 @@ int NewsAggrInit(WPARAM wParam, LPARAM lParam)
HookEvent(ME_TTB_MODULELOADED, OnToolbarLoaded);
// timer for the first update
- timerId = SetTimer(NULL, 0, 10000, timerProc2); // first update is 5 sec after load
+ timerId = SetTimer(NULL, 0, 10000, timerProc2); // first update is 10 sec after load
return 0;
}