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

Unified Diff: src/plugin/PluginSettings.cpp

Issue 11276031: FRP wrappers. "Update" menu item. (Closed)
Patch Set: GetAppLocale is now retrieved directly from the browser. Get documentation link change. Manual Upda… Created Aug. 5, 2013, 8:03 a.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/plugin/PluginSettings.cpp
===================================================================
--- a/src/plugin/PluginSettings.cpp
+++ b/src/plugin/PluginSettings.cpp
@@ -356,7 +356,7 @@
CString CPluginSettings::GetAppLocale()
{
- return CString(CPluginClient::GetInstance()->GetAppLocale().c_str());
+ return CPluginSystem::GetInstance()->GetBrowserLanguage();
}
CString CPluginSettings::GetDocumentationLink()

Powered by Google App Engine
This is Rietveld