Fix comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29072 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-04-04 03:10:54 +00:00
parent 292b27e74b
commit dd8a3f6f83

View File

@ -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);