mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 14:36:39 +00:00
Merge branch 'correct_reflection_label' into 'master'
Correct reflection label for in-game settings menu See merge request OpenMW/openmw!1082
This commit is contained in:
commit
fafad644a3
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="HBox" skin="" position="4 56 350 24">
|
<Widget type="HBox" skin="" position="4 56 350 24">
|
||||||
<Widget type="ComboBox" skin="MW_ComboBox" position="0 0 115 24" align="Left Top" name="WaterReflectionDetail">
|
<Widget type="ComboBox" skin="MW_ComboBox" position="0 0 115 24" align="Left Top" name="WaterReflectionDetail">
|
||||||
<Property key="AddItem" value="Off"/>
|
<Property key="AddItem" value="Sky"/>
|
||||||
<Property key="AddItem" value="Terrain"/>
|
<Property key="AddItem" value="Terrain"/>
|
||||||
<Property key="AddItem" value="World"/>
|
<Property key="AddItem" value="World"/>
|
||||||
<Property key="AddItem" value="Objects"/>
|
<Property key="AddItem" value="Objects"/>
|
||||||
|
|
Loading…
Reference in a new issue