mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
[COMCTL32][COMDLG32] Fix Serbian (Latin) sublanguage identifiers
Should really fix MSVC build. Addendum to 64c87aab
.
This commit is contained in:
parent
64c87aab73
commit
fe452a1dad
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_SERBIAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
{
|
{
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
LANGUAGE LANG_SERBIAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue