mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
oups...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20144 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
252b170b6d
commit
9ad3cebbc7
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user