mirror of https://github.com/OpenTTD/OpenTTD
(svn r27286) -Fix-ish(r27140): Also fix typo in the documentation.
parent
b8414c2884
commit
10adedce5f
|
@ -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,
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue