(svn r21805) -Codechange: Correct a typo.

This commit is contained in:
terkhen
2011-01-15 15:58:03 +00:00
parent 6d9789fed8
commit 98e0a17c47
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ struct BuildDocksToolbarWindow : Window {
case DTW_BUOY: // Build buoy button
if (!CanBuildVehicleInfrastructure(VEH_SHIP)) return;
HandlePlacePushButton(this, DTW_BUOY, SPR_CURSOR_BOUY, HT_RECT);
HandlePlacePushButton(this, DTW_BUOY, SPR_CURSOR_BUOY, HT_RECT);
break;
case DTW_RIVER: // Build river button (in scenario editor)