Author: sveinung
Date: Sun Nov 20 13:46:47 2016
New Revision: 34586

URL: http://svn.gna.org/viewcvs/freeciv?rev=34586&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:
    branches/S2_6/client/gui-gtk-3.22/action_dialog.c

Modified: branches/S2_6/client/gui-gtk-3.22/action_dialog.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-gtk-3.22/action_dialog.c?rev=34586&r1=34585&r2=34586&view=diff
==============================================================================
--- branches/S2_6/client/gui-gtk-3.22/action_dialog.c   (original)
+++ branches/S2_6/client/gui-gtk-3.22/action_dialog.c   Sun Nov 20 13:46:47 2016
@@ -1297,7 +1297,7 @@
       || (!target_city && unit_has_type_flag(actor_unit, UTYF_CAPTURER))) {
     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