Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e520e212
Commit
e520e212
authored
Nov 25, 1998
by
Pablo Saratxaga
Committed by
Alexandre Julliard
Nov 25, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes.
parent
80a69b6b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
grc.nls
ole/nls/grc.nls
+1
-1
sky.nls
ole/nls/sky.nls
+1
-1
tha.nls
ole/nls/tha.nls
+2
-2
trk.nls
ole/nls/trk.nls
+1
-1
ole2nls.c
ole/ole2nls.c
+3
-3
No files found.
ole/nls/grc.nls
View file @
e520e212
/*
* OLE2NLS library
* Greek
* (Greek strings in
iso-8859-7
)
* (Greek strings in
cp1253
)
*/
LOCVAL(LOCALE_ILANGUAGE,"0408")
...
...
ole/nls/sky.nls
View file @
e520e212
/*
* OLE2NLS library
* Slovakia
* (Slovakian strings in
iso-8859-2
)
* (Slovakian strings in
cp1250
)
*/
LOCVAL(LOCALE_ILANGUAGE,"041b")
...
...
ole/nls/tha.nls
View file @
e520e212
...
...
@@ -103,8 +103,8 @@ LOCVAL(LOCALE_IPOSSEPBYSPACE, "0")
LOCVAL(LOCALE_INEGSYMPRECEDES, "1")
LOCVAL(LOCALE_INEGSEPBYSPACE, "0")
LOCVAL(LOCALE_FONTSIGNATURE, "")
LOCVAL(LOCALE_SISO639LANGNAME, "
""
")
LOCVAL(LOCALE_SISO3166CTRYNAME, "
""
")
LOCVAL(LOCALE_SISO639LANGNAME, "
th
")
LOCVAL(LOCALE_SISO3166CTRYNAME, "
TH
")
/*LOCVAL(LOCALE_IDEFAULTEBCDICCODEPAGE, """")*/
/*LOCVAL(LOCALE_IPAPERSIZE, """")*/
/*LOCVAL(LOCALE_SENGCURRNAME, """")*/
...
...
ole/nls/trk.nls
View file @
e520e212
/*
* OLE2NLS library
* Turkey
* (Turkish strings in
iso-8859-9
)
* (Turkish strings in
cp1254
)
*/
LOCVAL(LOCALE_ILANGUAGE,"041f")
...
...
ole/ole2nls.c
View file @
e520e212
...
...
@@ -683,7 +683,7 @@ INT32 WINAPI GetLocaleInfo32A(LCID lcid,LCTYPE LCType,LPSTR buf,INT32 len)
}
found
=
0
;
lang
=
lcid
;
for
(
i
=
0
;
i
<
3
;
i
++
)
{
for
(
i
=
0
;
(
i
<
3
&&
!
found
)
;
i
++
)
{
int
j
;
for
(
j
=
0
;
j
<
sizeof
(
langlocales
)
/
sizeof
(
langlocales
[
0
]);
j
++
)
{
...
...
@@ -708,8 +708,8 @@ INT32 WINAPI GetLocaleInfo32A(LCID lcid,LCTYPE LCType,LPSTR buf,INT32 len)
}
if
(
!
found
)
{
ERR
(
ole
,
"'%s' not supported for your language (%4X).
\n
"
,
retString
,
l
ang
);
ERR
(
ole
,
"'%s' not supported for your language (%
0
4X).
\n
"
,
retString
,
l
cid
);
SetLastError
(
ERROR_INVALID_PARAMETER
);
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment