Converted the dashes in the attack dialog.

This commit is contained in:
Steven Panek 2011-04-20 17:36:30 +00:00
parent c5884fff9a
commit b778298492

View file

@ -889,7 +889,7 @@ int mouse_handler::show_attack_dialog(const map_location& attacker_loc, const ma
<< att.damage << font::weapon_numbers_sep << att.num_blows
<< " " << att_weapon_special << "\n"
<< font::color2markup(att_cth_color) << att.chance_to_hit << "%"
<< COLUMN_SEPARATOR << font::weapon_details << "- " << range << " -" << COLUMN_SEPARATOR
<< COLUMN_SEPARATOR << font::weapon_details << utils::unicode_em_dash + " " << range << " " + utils::unicode_em_dash << COLUMN_SEPARATOR
<< font::BOLD_TEXT << defw_name << "\n"
<< def.damage << font::weapon_numbers_sep << def.num_blows
<< " " << def_weapon_special << "\n"