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: Created July 23, 2014, 4:55 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"
@@ -406,7 +407,7 @@
#else
appInfo.application = "msie32";
#endif
- // TODO: Set applicationVersion parameter
+ appInfo.applicationVersion = ToUtf8String( AdblockPlus::IE::installed_version_string() );
Oleksandr 2014/07/25 22:23:46 Whitespace remained here
appInfo.locale = ToUtf8String(locale);
#ifdef ADBLOCK_PLUS_TEST_MODE
appInfo.developmentBuild = true;
« no previous file with comments | « adblockplus.gyp ('k') | src/plugin/AdblockPlusClient.h » ('j') | src/shared/IE_version.h » ('J')

Powered by Google App Engine
This is Rietveld