| 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; |