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