]> git.lyx.org Git - features.git/commitdiff
oups...
authorAbdelrazak Younes <younes@lyx.org>
Sat, 8 Sep 2007 16:32:11 +0000 (16:32 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 8 Sep 2007 16:32:11 +0000 (16:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20144 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiViewSource.cpp

index dfa1ad0b544576d7ae7432ca0928c0db1590fb39..9019b021a84f9a8f1bdc743a91eb9c139d8f0577 100644 (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()));