Remove the tooltip.

The text in the language dialog should always fit so no reason to use a
tooltip there.
This commit is contained in:
Mark de Wever 2009-03-01 09:40:22 +00:00
parent 5f1f85679a
commit c4bdaeac0a

View file

@ -53,7 +53,6 @@ void tlanguage_selection::pre_show(CVideo& /*video*/, twindow& window)
foreach(const language_def& lang, languages) {
string_map item;
item.insert(std::make_pair("label", lang.language));
item.insert(std::make_pair("tooltip", lang.language));
list->add_row(item);
if(lang == current_language) {