Skip to content
Snippets Groups Projects
Commit 1dfb1a1e authored by Ramzi Ramey's avatar Ramzi Ramey
Browse files

I18N: Pref > Graphics > windowsize combo will not honor its translations

These werent constructed with a label=, so it was falling back to the display of the value= parameter.  Only label=s are localized.
parent f024f38c
Branches
Tags
No related merge requests found
...@@ -48,41 +48,36 @@ ...@@ -48,41 +48,36 @@
length="1" length="1"
enabled="true" enabled="true"
name="640x480" name="640x480"
value="640 x 480"> value="640 x 480"
640x480 label="640x480"/>
</combo_box.item>
<combo_box.item <combo_box.item
type="string" type="string"
length="1" length="1"
enabled="true" enabled="true"
name="800x600" name="800x600"
value="800 x 600"> value="800 x 600"
800x600 label="800x600"/>
</combo_box.item>
<combo_box.item <combo_box.item
type="string" type="string"
length="1" length="1"
enabled="true" enabled="true"
name="720x480" name="720x480"
value="720 x 480"> value="720 x 480"
720x480 (NTSC) label="720x480 (NTSC)"/>
</combo_box.item>
<combo_box.item <combo_box.item
type="string" type="string"
length="1" length="1"
enabled="true" enabled="true"
name="768x576" name="768x576"
value="768 x 576"> value="768 x 576"
768x576 (PAL) label="768x576 (PAL)"/>
</combo_box.item>
<combo_box.item <combo_box.item
type="string" type="string"
length="1" length="1"
enabled="true" enabled="true"
name="1024x768" name="1024x768"
value="1024 x 768"> value="1024 x 768"
1024x768 label="1024x768"/>
</combo_box.item>
<combo_box.commit_callback <combo_box.commit_callback
function="Pref.setControlFalse" function="Pref.setControlFalse"
parameter="FullScreenAutoDetectAspectRatio" /> parameter="FullScreenAutoDetectAspectRatio" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment