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: All changes Created July 25, 2013, 2:02 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
@@ -27,6 +27,11 @@
return FileUrl(GetDllDir() + L"html\\templates\\index.html");
}
+std::wstring UserSettingsFirstRunPageUrl()
Felix Dahlke 2013/07/25 14:54:37 More like FirstRunPageFileUrl()? Would also love t
+{
+ return FileUrl(GetDllDir() + L"html\\templates\\firstRun.html");
+}
+
std::wstring FileUrl(const std::wstring& path)
{
std::wstring url = path;
« src/engine/main.cpp ('K') | « src/plugin/PluginUtil.h ('k') | src/shared/Communication.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld