Author: sveinung
Date: Sun Nov 20 13:41:14 2016
New Revision: 34585

URL: http://svn.gna.org/viewcvs/freeciv?rev=34585&view=rev
Log:
Gtk 3.22 doesn't support mnemonics.

Remove the in band mnemonic marker ('_') from the "Keep Moving" action
selection dialog button so it doesn't show up as text.

Reported by wotan <wotan>

See bug #25289

Modified:
    trunk/client/gui-gtk-3.22/action_dialog.c

Modified: trunk/client/gui-gtk-3.22/action_dialog.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-gtk-3.22/action_dialog.c?rev=34585&r1=34584&r2=34585&view=diff
==============================================================================
--- trunk/client/gui-gtk-3.22/action_dialog.c   (original)
+++ trunk/client/gui-gtk-3.22/action_dialog.c   Sun Nov 20 13:41:14 2016
@@ -1638,7 +1638,7 @@
   if (unit_can_move_to_tile(actor_unit, target_tile, FALSE, FALSE)) {
     action_button_map[BUTTON_MOVE] =
         choice_dialog_get_number_of_buttons(shl);
-    choice_dialog_add(shl, _("_Keep moving"),
+    choice_dialog_add(shl, _("Keep moving"),
                       (GCallback)act_sel_keep_moving_callback,
                       data, FALSE, NULL);
   }


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

Reply via email to