Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
22b86d3a
Commit
22b86d3a
authored
Jan 14, 2010
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Language code changes
parent
22039060
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
src/exe/co_convert/src/cnv_classdep.cpp
src/exe/co_convert/src/cnv_classdep.cpp
+2
-2
src/exe/co_convert/src/cnv_wbltohtml.cpp
src/exe/co_convert/src/cnv_wbltohtml.cpp
+4
-4
src/exe/co_convert/src/cnv_wbltops.cpp
src/exe/co_convert/src/cnv_wbltops.cpp
+4
-4
src/exe/co_convert/src/cnv_wbltoxtthelp.cpp
src/exe/co_convert/src/cnv_wbltoxtthelp.cpp
+2
-2
No files found.
src/exe/co_convert/src/cnv_classdep.cpp
View file @
22b86d3a
...
...
@@ -156,7 +156,7 @@ void CnvClassDep::print_html_classtable( int idx)
if
(
parent_cnt
==
0
&&
classlist
[
idx
].
fch
==
0
)
{
switch
(
Lng
::
current
())
{
case
lng_eLanguage_sv_
se
:
case
lng_eLanguage_sv_
SE
:
fp
<<
"Det finns ingen superklass eller knda subklasser till klass "
<<
classlist
[
idx
].
name
<<
"."
<<
endl
;
break
;
default:
...
...
@@ -165,7 +165,7 @@ void CnvClassDep::print_html_classtable( int idx)
}
else
{
switch
(
Lng
::
current
())
{
case
lng_eLanguage_sv_
se
:
case
lng_eLanguage_sv_
SE
:
fp
<<
"<h2>Klasstrd "
<<
classlist
[
idx
].
name
<<
"</h2>"
<<
endl
;
break
;
default:
...
...
src/exe/co_convert/src/cnv_wbltohtml.cpp
View file @
22b86d3a
...
...
@@ -431,7 +431,7 @@ int CnvWblToHtml::class_exec()
cdp_created
=
false
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
class_name
,
0
);
time_AtoAscii
(
0
,
time_eFormat_DateAndTime
,
timestr
,
sizeof
(
timestr
));
...
...
@@ -825,7 +825,7 @@ int CnvWblToHtml::attribute_exec()
strcmp
(
ctx
->
rw
->
attr_typeref
,
"DisableAttr"
)
==
0
)
return
1
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
class_name
,
ctx
->
rw
->
attr_name
);
if
(
strncmp
(
ctx
->
rw
->
attr_typeref
,
"pwr_eClass_"
,
11
)
==
0
)
{
...
...
@@ -982,7 +982,7 @@ int CnvWblToHtml::bit_exec()
char
txt
[
200
];
int
lng_sts
=
1
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
typedef_name
,
ctx
->
rw
->
bit_name
);
// Summary
...
...
@@ -1086,7 +1086,7 @@ int CnvWblToHtml::typedef_exec()
char
code_aref
[
200
];
int
lng_sts
=
1
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
typedef_name
,
0
);
strcpy
(
ctx
->
rw
->
class_name
,
ctx
->
rw
->
typedef_name
);
...
...
src/exe/co_convert/src/cnv_wbltops.cpp
View file @
22b86d3a
...
...
@@ -99,7 +99,7 @@ int CnvWblToPs::class_exec()
char
txt
[
256
];
int
lng_sts
=
1
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
class_name
,
0
);
strcpy
(
full_class_name
,
ctx
->
rw
->
volume_name
);
...
...
@@ -231,7 +231,7 @@ int CnvWblToPs::attribute_exec()
strcmp
(
ctx
->
rw
->
attr_typeref
,
"DisableAttr"
)
==
0
)
return
1
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
class_name
,
ctx
->
rw
->
attr_name
);
tops
.
print_h3
(
ctx
->
rw
->
attr_name
);
...
...
@@ -295,7 +295,7 @@ int CnvWblToPs::typedef_exec()
char
txt
[
256
];
int
lng_sts
=
1
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
typedef_name
,
0
);
strcpy
(
full_class_name
,
ctx
->
rw
->
volume_name
);
...
...
@@ -413,7 +413,7 @@ int CnvWblToPs::bit_exec()
char
txt
[
200
];
int
lng_sts
=
1
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
typedef_name
,
ctx
->
rw
->
bit_name
);
tops
.
print_h3
(
ctx
->
rw
->
bit_name
);
...
...
src/exe/co_convert/src/cnv_wbltoxtthelp.cpp
View file @
22b86d3a
...
...
@@ -80,7 +80,7 @@ int CnvWblToXtthelp::class_exec()
char
prefix
[
80
];
int
lng_sts
=
1
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
class_name
,
0
);
strcpy
(
full_class_name
,
ctx
->
rw
->
volume_name
);
...
...
@@ -221,7 +221,7 @@ int CnvWblToXtthelp::attribute_exec()
strcmp
(
ctx
->
rw
->
attr_typeref
,
"DisableAttr"
)
==
0
)
return
1
;
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
us
)
if
(
Lng
::
current
()
!=
lng_eLanguage_en_
US
)
lng_sts
=
ctx
->
rw
->
read_lng
(
ctx
->
rw
->
class_name
,
ctx
->
rw
->
attr_name
);
fp_tmp
<<
...
...
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