mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29072 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
292b27e74b
commit
dd8a3f6f83
@ -1754,7 +1754,7 @@ bool GuiView::renameBuffer(Buffer & b, docstring const & newname)
|
||||
// Switch to this Buffer.
|
||||
setBuffer(&b);
|
||||
|
||||
/// No argument? Ask user through dialog.
|
||||
// No argument? Ask user through dialog.
|
||||
// FIXME UNICODE
|
||||
FileDialog dlg(qt_("Choose a filename to save document as"),
|
||||
LFUN_BUFFER_WRITE_AS);
|
||||
|
Loading…
Reference in New Issue
Block a user