1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-31 17:45:32 +00:00

One more tooltip fix. This one in the review dialog with Socucius Ergalla.

This commit is contained in:
cfcohen 2015-11-22 00:50:36 -05:00
parent 99500f4021
commit b507d5da5d

View file

@ -154,7 +154,7 @@ namespace MWGui
{
mMagicka->setValue(static_cast<int>(value.getCurrent()), static_cast<int>(value.getModified()));
std::string valStr = MyGUI::utility::toString(value.getCurrent()) + "/" + MyGUI::utility::toString(value.getModified());
mMagicka->setUserString("Caption_HealthDescription", "#{sIntDesc}\n" + valStr);
mMagicka->setUserString("Caption_HealthDescription", "#{sMagDesc}\n" + valStr);
}
void ReviewDialog::setFatigue(const MWMechanics::DynamicStat<float>& value)