mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22118 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
15fe6b3c53
commit
663b5f4417
@ -143,7 +143,7 @@ bool FileName::renameTo(FileName const & name) const
|
||||
{
|
||||
bool success = QFile::rename(d->fi.absoluteFilePath(), name.d->fi.absoluteFilePath());
|
||||
if (!success)
|
||||
LYXERR0("Could not copy file " << *this << " to " << name);
|
||||
LYXERR0("Could not rename file " << *this << " to " << name);
|
||||
return success;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user