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

Unified Diff: src/plugin/PluginUtil.cpp

Issue 11043057: First run page triggering (Closed)
Patch Set: Comments addressed Created July 20, 2013, 8:11 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/plugin/PluginUtil.cpp
===================================================================
--- a/src/plugin/PluginUtil.cpp
+++ b/src/plugin/PluginUtil.cpp
@@ -29,7 +29,7 @@
std::wstring UserSettingsFirstRunPageUrl()
{
- return FileUrl(GetDllDir() + L"html\\templates\\firstrun.html");
+ return FileUrl(GetDllDir() + L"html\\templates\\firstRun.html");
}
std::wstring FileUrl(const std::wstring& path)

Powered by Google App Engine
This is Rietveld