Author: mir3x
Date: Sun Nov 27 14:04:03 2016
New Revision: 34637

URL: http://svn.gna.org/viewcvs/freeciv?rev=34637&view=rev
Log:
Qt client - replace send_chat with append to chat

See bug #25339

Modified:
    branches/S2_6/client/gui-qt/menu.cpp

Modified: branches/S2_6/client/gui-qt/menu.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-qt/menu.cpp?rev=34637&r1=34636&r2=34637&view=diff
==============================================================================
--- branches/S2_6/client/gui-qt/menu.cpp        (original)
+++ branches/S2_6/client/gui-qt/menu.cpp        Sun Nov 27 14:04:03 2016
@@ -2345,7 +2345,8 @@
   }
 
   if (!sent) {
-    send_chat(_("Didn't find any trade route to establish"));
+    gui()->infotab->chtwdg->append(_("Didn't find any trade route"
+                                     " to establish"));
   }
 }
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to