mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-26 12:36:48 +00:00
Fix a typo and a mistake
This commit is contained in:
parent
9b204fe227
commit
208608cbd0
2 changed files with 1 additions and 2 deletions
|
@ -365,7 +365,6 @@ void Launcher::GraphicsPage::slotFramerateLimitToggled(bool checked)
|
||||||
framerateLimitSpinBox->setEnabled(checked);
|
framerateLimitSpinBox->setEnabled(checked);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Launcher::GraphicsPage::slotShadowDistLimitToggled(bool checked)
|
void Launcher::GraphicsPage::slotShadowDistLimitToggled(bool checked)
|
||||||
{
|
{
|
||||||
shadowDistanceSpinBox->setEnabled(checked);
|
shadowDistanceSpinBox->setEnabled(checked);
|
||||||
|
|
|
@ -324,7 +324,7 @@
|
||||||
<item row="4" column="0">
|
<item row="4" column="0">
|
||||||
<widget class="QCheckBox" name="indoorShadowsCheckBox">
|
<widget class="QCheckBox" name="indoorShadowsCheckBox">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Due to limitations with Morrowind's data, only actors can cast shadows indoors, which some might feel is distracting.</p><p>Has no effect if at least one of the options above is not enabled.</p></body></html></string>
|
<string><html><head/><body><p>Due to limitations with Morrowind's data, only actors can cast shadows indoors, which some might feel is distracting.</p><p>Has no effect if actor shadows are not enabled.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable Indoor Shadows</string>
|
<string>Enable Indoor Shadows</string>
|
||||||
|
|
Loading…
Reference in a new issue