mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Fix Statistics RXChange hoverover glitch
This commit is contained in:
parent
dd1cdd83fb
commit
d09e64b800
6054
Translations/English.en_US.ts
Normal file
6054
Translations/English.en_US.ts
Normal file
File diff suppressed because it is too large
Load Diff
@ -1155,7 +1155,7 @@ QString Statistics::GenerateHTML()
|
||||
tooltiphide = "tooltip.hide();";
|
||||
}
|
||||
|
||||
html += QString("<tr foo=1 bgcolor='%1' onmouseover='ChangeColor(this, \"#eeeeee\"); %2' onmouseout='ChangeColor(this, \"'%1\")); %3' onclick='alert(\"overview=%4,%5\");'>")
|
||||
html += QString("<tr bgcolor='%1' onmouseover='ChangeColor(this, \"#eeeeee\"); %2' onmouseout='ChangeColor(this, \"%1\"); %3' onclick='alert(\"overview=%4,%5\");'>")
|
||||
.arg(color)
|
||||
.arg(tooltipshow)
|
||||
.arg(tooltiphide)
|
||||
|
@ -40,6 +40,7 @@ void initTranslations(QSettings & settings) {
|
||||
langNames["es"] = "Español";
|
||||
langNames["bg"] = "български";
|
||||
langNames["fr"] = "Français";
|
||||
langNames["en_US"] = "English US";
|
||||
// CHECK: Will the above break with MS VisualC++ compiler?
|
||||
|
||||
QHash<QString, QString> langFiles;
|
||||
|
Loading…
Reference in New Issue
Block a user