Index: src/engine/Main.cpp |
=================================================================== |
--- a/src/engine/Main.cpp |
+++ b/src/engine/Main.cpp |
@@ -10,6 +10,7 @@ |
#include "../shared/Utils.h" |
#include "../shared/Version.h" |
#include "../shared/CriticalSection.h" |
+#include "../shared/IE_version.h" |
#include "AdblockPlus.h" |
#include "Debug.h" |
#include "Updater.h" |
@@ -406,7 +407,7 @@ |
#else |
appInfo.application = "msie32"; |
#endif |
- // TODO: Set applicationVersion parameter |
+ appInfo.applicationVersion = ToUtf8String(AdblockPlus::IE::installed_version_string()); |
sergei
2014/07/28 11:46:27
Why do we need it here? The engine should not know
sergei
2014/07/29 14:45:56
Still disagree here.
Why do we need the current so
Eric
2014/07/29 15:17:22
OK, but this is a code review, not an architecture
sergei
2014/07/30 13:49:21
I'm moving the discussion to intraforum.
https://i
|
appInfo.locale = ToUtf8String(locale); |
#ifdef ADBLOCK_PLUS_TEST_MODE |
appInfo.developmentBuild = true; |