1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 10:39:10 +00:00

(svn r27286) -Fix-ish(r27140): Also fix typo in the documentation.

This commit is contained in:
alberth
2015-05-16 12:08:06 +00:00
parent b8414c2884
commit 10adedce5f
2 changed files with 2 additions and 2 deletions

View File

@@ -529,7 +529,7 @@ public:
/** /**
* Generate landscape (newgame); %Window numbers: * Generate landscape (newgame); %Window numbers:
* - GLWM_SCENARIO = #CreateScenarioWidgets * - GLWM_SCENARIO = #CreateScenarioWidgets
* - #GenenerateLandscapeWindowMode = #GenerateLandscapeWidgets * - #GenerateLandscapeWindowMode = #GenerateLandscapeWidgets
*/ */
WC_GENERATE_LANDSCAPE = ::WC_GENERATE_LANDSCAPE, WC_GENERATE_LANDSCAPE = ::WC_GENERATE_LANDSCAPE,

View File

@@ -446,7 +446,7 @@ enum WindowClass {
/** /**
* Generate landscape (newgame); %Window numbers: * Generate landscape (newgame); %Window numbers:
* - GLWM_SCENARIO = #CreateScenarioWidgets * - GLWM_SCENARIO = #CreateScenarioWidgets
* - #GenenerateLandscapeWindowMode = #GenerateLandscapeWidgets * - #GenerateLandscapeWindowMode = #GenerateLandscapeWidgets
*/ */
WC_GENERATE_LANDSCAPE, WC_GENERATE_LANDSCAPE,