| [Freeciv-Dev] PATCH: Short fix to gui-mui[Top] [All Lists][Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
 
 Hi,
this corrects the renamed trade reports for gui-mui also.
A grep search by the patch author would have saved work.
Ciao
 ____  _ _  ____  _ _    _ _  ____
|    |  |  |    |  | \  / |  |    | the cool Gremlin from Bischofswerda
|  __   |   ____|  |  \/  |  |    | WWW: http://home.pages.de/~stoecker/
|    |  |  |       |      |  |    | PGP key available on www page.
|____| _|_ |____| _|_    _|_ |____| I hope AMIGA never ends to make fun!
************************************************************************
* snail-mail: Dirk Stoecker              * e-mail:                     *
*             Geschwister-Scholl-Str. 10 * stoecker@xxxxxxxxxxxxxx     *
*             01877 Bischofswerda        * phone:                      *
*             GERMANY                    * GERMANY +49 (0)3594/706666  *
************************************************************************
 diff -ur ../../freeciv-cvs/freeciv/client/gui-mui/citydlg.c 
./client/gui-mui/citydlg.c
--- ../../freeciv-cvs/freeciv/client/gui-mui/citydlg.c  Sat Sep 16 10:03:16 2000
+++ ./client/gui-mui/citydlg.c  Sat Sep 16 10:01:14 2000
@@ -315,7 +315,7 @@
   if (pcity->owner == game.player_idx)
   {
     city_report_dialog_update_city(pcity);
-    trade_report_dialog_update();
+    economy_report_dialog_update();
   }
 }
 
diff -ur ../../freeciv-cvs/freeciv/client/gui-mui/gui_main.c 
./client/gui-mui/gui_main.c
--- ../../freeciv-cvs/freeciv/client/gui-mui/gui_main.c Sat Sep 16 10:03:16 2000
+++ ./client/gui-mui/gui_main.c Sat Sep 16 10:01:30 2000
@@ -627,7 +627,7 @@
       popup_science_dialog(0);
       break;
     case MENU_REPORT_TRADE:
-      popup_trade_report_dialog(0);
+      popup_economy_report_dialog(0);
       break;
     case MENU_REPORT_MILITARY:
       popup_activeunits_report_dialog(0);
 
| [Prev in Thread] | Current Thread | [Next in Thread] |  
[Freeciv-Dev] PATCH: Short fix to gui-mui,
Dirk Stoecker <=
 
 |  |