mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
fix typos.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22030 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2bdb10271c
commit
35e4198e47
@ -51,7 +51,7 @@ int SystemcallPrivate::start(const std::string& cmd, bool waitForFinished)
|
|||||||
ProgressInterface* progress = Systemcall::progress();
|
ProgressInterface* progress = Systemcall::progress();
|
||||||
if (progress) {
|
if (progress) {
|
||||||
progress->clearMessages();
|
progress->clearMessages();
|
||||||
progress->appendMessage(qt_("Starting LaTex with command "));
|
progress->appendMessage(qt_("Starting LaTeX with command "));
|
||||||
progress->appendMessage(cmd.c_str());
|
progress->appendMessage(cmd.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ void SystemcallPrivate::processStarted()
|
|||||||
{
|
{
|
||||||
ProgressInterface* progress = Systemcall::progress();
|
ProgressInterface* progress = Systemcall::progress();
|
||||||
if (progress) {
|
if (progress) {
|
||||||
progress->appendMessage(qt_("LaTex started\n"));
|
progress->appendMessage(qt_("LaTeX started\n"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ void SystemcallPrivate::processError(QProcess::ProcessError)
|
|||||||
{
|
{
|
||||||
ProgressInterface* progress = Systemcall::progress();
|
ProgressInterface* progress = Systemcall::progress();
|
||||||
if (progress) {
|
if (progress) {
|
||||||
progress->appendMessage(qt_("LaTex error\n"));
|
progress->appendMessage(qt_("LaTeX error\n"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user