Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/engine/Main.cpp

Issue 5171515343503360: Issue #41 - Bring method of determining IE version up to date (Closed)
Patch Set: Final (?) 2 Created Jan. 5, 2015, 1:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
@@ -422,7 +423,7 @@
#else
appInfo.application = "msie32";
#endif
- // TODO: Set applicationVersion parameter
+ appInfo.applicationVersion = ToUtf8String(AdblockPlus::IE::InstalledVersionString());
appInfo.locale = ToUtf8String(locale);
#ifdef ADBLOCK_PLUS_TEST_MODE
appInfo.developmentBuild = true;

Powered by Google App Engine
This is Rietveld