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
10de37ff
Commit
10de37ff
authored
Mar 06, 2009
by
Claes pwr46/data0/x4-6-0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Proview version was wrong in postscript file
parent
fd00c5e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/exe/co_convert/src/cnv_wbltops.cpp
src/exe/co_convert/src/cnv_wbltops.cpp
+3
-4
No files found.
src/exe/co_convert/src/cnv_wbltops.cpp
View file @
10de37ff
...
...
@@ -27,10 +27,9 @@
#include <stdio.h>
#include "cnv_wbltops.h"
#include "cnv_ctx.h"
extern
"C"
{
#include "pwr.h"
#include "pwr_version.h"
#include "co_cdh.h"
}
#include "co_lng.h"
CnvWblToPs
::~
CnvWblToPs
()
...
...
@@ -63,14 +62,14 @@ int CnvWblToPs::init( char *first)
tops
.
print_h2
(
ctx
->
rw
->
volume_name
);
tops
.
y
-=
150
;
tops
.
print_horizontal_line
();
tops
.
print_text
(
"Version
V4.1.0"
,
tops
.
style
[
tops
.
ci
].
text
);
tops
.
print_text
(
"Version
"
pwrv_cPwrVersionStr
,
tops
.
style
[
tops
.
ci
].
text
);
tops
.
print_horizontal_line
();
tops
.
print_pagebreak
(
0
);
tops
.
set_cf
(
ps_eFile_Info
);
tops
.
set_ci
(
ps_eId_InfoPage
);
tops
.
y
=
ps_cPageHeight
-
ps_cTopMargin
-
450
;
tops
.
print_text
(
"Copyright 2005 SSAB Oxelsund AB"
,
tops
.
style
[
tops
.
ci
].
text
);
tops
.
print_text
(
pwrv_cPwrCopyright
,
tops
.
style
[
tops
.
ci
].
text
);
tops
.
print_text
(
""
,
tops
.
style
[
tops
.
ci
].
text
);
tops
.
print_text
(
"Permission is granted to copy, distribute and/or modify this document"
,
tops
.
style
[
tops
.
ci
].
text
);
tops
.
print_text
(
"under the terms of the GNU Free Documentation License, Version 1.2"
,
tops
.
style
[
tops
.
ci
].
text
);
...
...
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