| 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() |
| +{ |
| + return FileUrl(GetDllDir() + L"html\\templates\\firstrun.html"); |
|
Wladimir Palant
2013/07/11 11:58:10
This should be firstRun.html even though capitaliz
|
| +} |
| + |
| std::wstring FileUrl(const std::wstring& path) |
| { |
| std::wstring url = path; |