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:
parent
5f1f85679a
commit
c4bdaeac0a
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue