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
No related branches found
No related tags found
No related merge requests found
......@@ -48,41 +48,36 @@
length="1"
enabled="true"
name="640x480"
value="640 x 480">
640x480
</combo_box.item>
value="640 x 480"
label="640x480"/>
<combo_box.item
type="string"
length="1"
enabled="true"
name="800x600"
value="800 x 600">
800x600
</combo_box.item>
value="800 x 600"
label="800x600"/>
<combo_box.item
type="string"
length="1"
enabled="true"
name="720x480"
value="720 x 480">
720x480 (NTSC)
</combo_box.item>
value="720 x 480"
label="720x480 (NTSC)"/>
<combo_box.item
type="string"
length="1"
enabled="true"
name="768x576"
value="768 x 576">
768x576 (PAL)
</combo_box.item>
value="768 x 576"
label="768x576 (PAL)"/>
<combo_box.item
type="string"
length="1"
enabled="true"
name="1024x768"
value="1024 x 768">
1024x768
</combo_box.item>
value="1024 x 768"
label="1024x768"/>
<combo_box.commit_callback
function="Pref.setControlFalse"
parameter="FullScreenAutoDetectAspectRatio" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment