mirror of https://github.com/snes9xgit/snes9x.git
Change GL constants back in fr_FR translation. These macros, when
translated, wouldn't actually be valid GL header values.
This commit is contained in:
parent
3708a93858
commit
54a83400c6
|
@ -321,9 +321,9 @@ msgid ""
|
||||||
"24-bit (GL_RGB)\n"
|
"24-bit (GL_RGB)\n"
|
||||||
"32-bit (GL_BGRA)"
|
"32-bit (GL_BGRA)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"16-bits (GL_BVRA)\n"
|
"16-bits (GL_BGRA)\n"
|
||||||
"24-bits (GL_RVB)\n"
|
"24-bits (GL_RGB)\n"
|
||||||
"32-bits (GL_BVRA)"
|
"32-bits (GL_BGRA)"
|
||||||
|
|
||||||
#: ../src/snes9x.glade.h:15
|
#: ../src/snes9x.glade.h:15
|
||||||
msgid "1x"
|
msgid "1x"
|
||||||
|
|
Loading…
Reference in New Issue