forked from teamnwah/openmw-tes3coop
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,"
|
"<p>(left click to activate,"
|
||||||
"<br>shift-left click to activate and keep panel open)";
|
"<br>shift-left click to activate and keep panel open)";
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
case Type_Toggle:
|
case Type_Toggle:
|
||||||
|
|
||||||
tooltip += "<p>(left click to ";
|
tooltip += "<p>(left click to ";
|
||||||
|
|
Loading…
Reference in a new issue