mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix bug 5399.
Patch from Vincent. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27087 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4789edde52
commit
b309ee82a0
@ -321,13 +321,13 @@ string FileName::onlyFileName() const
|
||||
|
||||
string FileName::onlyFileNameWithoutExt() const
|
||||
{
|
||||
return fromqstr(d->fi.baseName());
|
||||
return fromqstr(d->fi.completeBaseName());
|
||||
}
|
||||
|
||||
|
||||
string FileName::extension() const
|
||||
{
|
||||
return fromqstr(d->fi.suffix());
|
||||
return fromqstr(d->fi.suffix());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user