summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-05-12 21:46:08 +0000
committerglx <glx@openttd.org>2008-05-12 21:46:08 +0000
commita6c4bbccb9032874013bc54ce5b897af464fa8a7 (patch)
tree89f904fafbae77bf284cd3578ab5336f0a3d2d39 /src/toolbar_gui.cpp
parenteb70da38d036772993c86159a8b5875ff963c46a (diff)
downloadopenttd-a6c4bbccb9032874013bc54ce5b897af464fa8a7.tar.xz
(svn r13061) -Codechange: make a class of the BuildTreesWindow.
Diffstat (limited to 'src/toolbar_gui.cpp')
-rw-r--r--src/toolbar_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index 8ed8db40c..375ff3c5b 100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -621,7 +621,7 @@ static void ToolbarScenPlantTrees(Window *w)
{
w->HandleButtonClick(15);
SndPlayFx(SND_15_BEEP);
- ShowBuildTreesScenToolbar();
+ ShowBuildTreesToolbar();
}
static void ToolbarScenPlaceSign(Window *w)