main_gui.c
changeset 197 25749afe81ef
parent 196 c4c33c0764a0
child 206 7f8c26d8526b
--- a/main_gui.c	Fri Sep 10 22:43:40 2004 +0000
+++ b/main_gui.c	Fri Sep 10 23:20:14 2004 +0000
@@ -213,8 +213,8 @@
 void MenuClickIndustry(int index)
 {
 	switch(index) {
-	case 0: ShowBuildIndustryWindow(); break;
-	case 1: ShowIndustryDirectory(); break;
+	case 0: ShowIndustryDirectory(); break;
+	case 1: ShowBuildIndustryWindow(); break;
 	}
 }
 
@@ -658,7 +658,7 @@
 
 static void ToolbarIndustryClick(Window *w)
 {
-	PopupMainToolbMenu(w, 280, 12, STR_0313_FUND_NEW_INDUSTRY, 2);
+	PopupMainToolbMenu(w, 280, 12, STR_INDUSTRY_DIR, 2);
 }
 
 static void ToolbarTrainClick(Window *w)