forked from mirror/openmw-tes3mp
Fixed another tooltip
This commit is contained in:
parent
ea79ebc588
commit
1b1d9a7a9c
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ namespace MWGui
|
||||||
mMagicka->setProgressRange (modified);
|
mMagicka->setProgressRange (modified);
|
||||||
mMagicka->setProgressPosition (current);
|
mMagicka->setProgressPosition (current);
|
||||||
getWidget(w, "MagickaFrame");
|
getWidget(w, "MagickaFrame");
|
||||||
w->setUserString("Caption_HealthDescription", "#{sIntDesc}\n" + valStr);
|
w->setUserString("Caption_HealthDescription", "#{sMagDesc}\n" + valStr);
|
||||||
}
|
}
|
||||||
else if (id == "FBar")
|
else if (id == "FBar")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue