| 129 | constexpr auto ThemeCacheFileName = L"ThemeAsCeeCode.h"; |
| 130 | |
| 131 | FilePath ThemeComponent(const wxString &dir, const wxString &Str) |
| 132 | { |
| 133 | return wxFileName( dir, Str, wxT("png") ).GetFullPath(); |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | void Theme::EnsureInitialised() |
no test coverage detected