(svn r13625) [NoAI] -Fix: re-introduce the About button in the last menu, to make Yexo really really happy again :) noai
authortruebrain
Tue, 24 Jun 2008 21:46:18 +0000
branchnoai
changeset 11068 91db7285ad9e
parent 11063 bd71d932973e
child 11070 f2460a97f516
(svn r13625) [NoAI] -Fix: re-introduce the About button in the last menu, to make Yexo really really happy again :)
src/toolbar_gui.cpp
--- a/src/toolbar_gui.cpp	Tue Jun 24 11:37:33 2008 +0000
+++ b/src/toolbar_gui.cpp	Tue Jun 24 21:46:18 2008 +0000
@@ -625,7 +625,7 @@
 
 static void ToolbarHelpClick(Window *w)
 {
-	PopupMainToolbMenu(w, TBN_HELP, STR_02D5_LAND_BLOCK_INFO, 6);
+	PopupMainToolbMenu(w, TBN_HELP, STR_02D5_LAND_BLOCK_INFO, 7);
 }
 
 static void MenuClickSmallScreenshot()