git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20144 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-09-08 16:32:11 +00:00
parent 252b170b6d
commit 9ad3cebbc7

View File

@ -29,7 +29,7 @@ GuiViewSourceDialog::GuiViewSourceDialog(ControlViewSource & controller)
highlighter_(new LaTeXHighlighter(document_))
{
setupUi(this);
setWindowTitle();
setWindowTitle(qt_("LaTeX Source"));
connect(viewFullSourceCB, SIGNAL(clicked()),
this, SLOT(update()));