mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-19 17:09:40 +00:00
fixed mixed-up tooltip
This commit is contained in:
parent
f6b2e7d5fd
commit
98fa789904
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ void CSVWidget::PushButton::setExtendedToolTip()
|
|||
"<p>(left click to activate,"
|
||||
"<br>shift-left click to activate and keep panel open)";
|
||||
|
||||
break;
|
||||
|
||||
case Type_Toggle:
|
||||
|
||||
tooltip += "<p>(left click to ";
|
||||
|
|
Loading…
Reference in a new issue