mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
fix crash with "save as"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5721 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1bdfd69c44
commit
50a43316ce
@ -1,3 +1,8 @@
|
||||
2002-11-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* FileDialog.C (save): actually return the result from
|
||||
FileDialog::open
|
||||
|
||||
2002-11-26 Jürgen Spitzmüller <juergen.sp@t-online.de>
|
||||
|
||||
* FormTabular.C: correct lots of bugs in the setting/getting of
|
||||
|
@ -50,7 +50,7 @@ FileDialog::~FileDialog()
|
||||
|
||||
FileDialog::Result const FileDialog::save(string const & path, string const & mask, string const & suggested)
|
||||
{
|
||||
open(path, mask, suggested);
|
||||
return open(path, mask, suggested);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user