SHOW:
|
|
- or go back to the newest paste.
| 1 | Index: Constructor/UI/MainWindow.cs | |
| 2 | =================================================================== | |
| 3 | --- Constructor/UI/MainWindow.cs (revision 6278) | |
| 4 | +++ Constructor/UI/MainWindow.cs (working copy) | |
| 5 | - | @@ -147,6 +147,7 @@ |
| 5 | + | @@ -129,6 +129,7 @@ |
| 6 | buildTownsToolStripMenuItem, | |
| 7 | buildSurfaceToolStripMenuItem, | |
| 8 | buildScenesToolStripMenuItem, | |
| 9 | + buildAirfieldsToolStripMenuItem, | |
| 10 | buildDistrictsToolStripMenuItem, | |
| 11 | buildDetailsToolStripMenuItem, | |
| 12 | buildRoutesToolStripMenuItem, | |
| 13 | - | @@ -2567,7 +2568,7 @@ |
| 13 | + | @@ -147,6 +148,7 @@ |
| 14 | Builders.Add(Project.TOWNS_CATEGORY.fullName, new Action(this.BuildTowns)); | |
| 15 | Builders.Add(Project.SURFACE_CATEGORY.fullName, new Action(this.BuildSurface)); | |
| 16 | Builders.Add(Project.SCENES_CATEGORY.fullName, new Action(this.BuildScenes)); | |
| 17 | + Builders.Add(Project.AIRFIELDS_CATEGORY.fullName, new Action(this.BuildAirfields)); | |
| 18 | Builders.Add(Project.ROUTES_CATEGORY.fullName, new Action(this.BuildRoutes)); | |
| 19 | Builders.Add(Project.FORESTS_CATEGORY.fullName, new Action(this.BuildForests)); | |
| 20 | Builders.Add(Project.SURFACE_DETAILS_CATEGORY.fullName, | |
| 21 | @@ -2567,7 +2569,7 @@ | |
| 22 | pair(Project.TOWNS_CATEGORY, pairss("Towns", "Towns")),
| |
| 23 | pair(Project.FORESTS_CATEGORY, pairss("Forests", "Forests")),
| |
| 24 | pair(Project.ROUTES_CATEGORY, pairss("Routes", "Routes")),
| |
| 25 | - pair(Project.AIRFIELDS_CATEGORY, pairss("New Airfield", null)),
| |
| 26 | + pair(Project.AIRFIELDS_CATEGORY, pairss("New Airfield", "Airfields")),
| |
| 27 | pair(Project.REFERENCES_CATEGORY, pairss("References", "References")),
| |
| 28 | pair(Project.SURFACE_DETAILS_CATEGORY, pairss("Surface Details", "Surface Details")),
| |
| 29 | pair(Project.SUPERFICIAL_CATEGORY, pairss("Superficial", "Superficial")), |