]> git.lyx.org Git - features.git/commitdiff
Fix comment.
authorRichard Heck <rgheck@comcast.net>
Sat, 4 Apr 2009 03:10:54 +0000 (03:10 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 4 Apr 2009 03:10:54 +0000 (03:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29072 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index 0def99acee3ed8f4b54f7416cfac16ef9ad1eb97..3f86deb70d1ffdcb9a74d9023d6fd460578555aa 100644 (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);