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: Second version Created June 25, 2014, 6:53 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
« no previous file with comments | « no previous file | src/plugin/AdblockPlusClient.h » ('j') | src/shared/Utils.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/engine/Main.cpp
===================================================================
--- a/src/engine/Main.cpp
+++ b/src/engine/Main.cpp
@@ -374,7 +374,7 @@
#else
appInfo.application = "msie32";
#endif
- // TODO: Set applicationVersion parameter
+ appInfo.applicationVersion = ToUtf8String( ABP::IE::installed_version_string() );
Oleksandr 2014/07/15 18:25:11 STYLE NIT: no whitespace after and before the pare
appInfo.locale = ToUtf8String(locale);
#ifdef ADBLOCK_PLUS_TEST_MODE
appInfo.developmentBuild = true;
« no previous file with comments | « no previous file | src/plugin/AdblockPlusClient.h » ('j') | src/shared/Utils.cpp » ('J')

Powered by Google App Engine
This is Rietveld