Vincent van Ravesteijn wrote:
> > Looks good if completeBaseName is doing what it suggests.
> >
> > Stefan
> >
> >
>
> Unless you load newfile2.lyx.emergency... then it's wrong.
this is visible in title and its still better then the previous version.
it has two ok's, i commited it.
pavel
On Thu, 2008-10-23 at 22:43 +0200, Stefan Schimanski wrote:
> Am 23.10.2008 um 22:40 schrieb Vincent van Ravesteijn:
>
> > Changing baseName() into completeBaseName() in
> > FileName::onlyFileNameWithoutExt().
> >
> > This is a new function in Qt4 that removes everything after the
> last
> > '.'
Am 23.10.2008 um 22:40 schrieb Vincent van Ravesteijn:
Changing baseName() into completeBaseName() in
FileName::onlyFileNameWithoutExt().
This is a new function in Qt4 that removes everything after the last
'.'
instead of everything after the first '.'.
+cosmetics
Vincent
Looks good if
Changing baseName() into completeBaseName() in
FileName::onlyFileNameWithoutExt().
This is a new function in Qt4 that removes everything after the last '.'
instead of everything after the first '.'.
+cosmetics
Vincent
Index: src/support/FileName.cpp
==