File diff r28577:f173638a0323 → r28578:eced71199ec0
src/help_gui.cpp
Show inline comments
 
@@ -59,6 +59,8 @@ static std::optional<std::string> FindGa
 
struct GameManualTextfileWindow : public TextfileWindow {
 
	GameManualTextfileWindow(std::string_view filename) : TextfileWindow(TFT_GAME_MANUAL)
 
	{
 
		this->ConstructWindow();
 

	
 
		/* Mark the content of these files as trusted. */
 
		this->trusted = true;