1
0
Fork 1
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:
Marc Zinnschlag 2014-08-12 11:07:54 +02:00
parent f6b2e7d5fd
commit 98fa789904

View file

@ -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 ";