Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joao Oliveira
Okular
Commits
26e33dfc
Commit
26e33dfc
authored
Apr 23, 2009
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing i18n
svn path=/trunk/KDE/kdegraphics/okular/; revision=958064
parent
d796459f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
generators/dvi/fontpool.cpp
generators/dvi/fontpool.cpp
+2
-2
No files found.
generators/dvi/fontpool.cpp
View file @
26e33dfc
...
...
@@ -382,8 +382,8 @@ void fontPool::locateFonts(bool makePK, bool locateTFMonly, bool *virtualFontsFo
int
const
kpsewhich_exit_code
=
kpsewhich_
.
exitCode
();
if
(
kpsewhich_exit_code
<
0
)
{
KMessageBox
::
sorry
(
0
,
QString
(
"<qt><p>The font generation by <b>kpsewhich</b> was aborted (exit code %1, error %2). As a result, "
"some font files could not be located, and your document might be unreadable.</p></qt>"
).
arg
(
kpsewhich_exit_code
).
arg
(
kpsewhich_
.
errorString
()),
i18n
(
"<qt><p>The font generation by <b>kpsewhich</b> was aborted (exit code %1, error %2). As a result, "
"some font files could not be located, and your document might be unreadable.</p></qt>"
,
kpsewhich_exit_code
,
kpsewhich_
.
errorString
()),
i18n
(
"Font generation aborted"
)
);
// This makes sure the we don't try to run kpsewhich again
...
...
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