]> git.lyx.org Git - features.git/commitdiff
Change GuiProgress identifier and description.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 11 Dec 2007 08:20:30 +0000 (08:20 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 11 Dec 2007 08:20:30 +0000 (08:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22077 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiProgress.cpp
src/frontends/qt4/GuiView.cpp

index d9109b1c50c394917f6eff2ff99eacc900ddc8d3..95a56d7a3c456830bacf0f7bf0cf522eeb4510c5 100644 (file)
@@ -25,9 +25,9 @@ namespace frontend {
 
 
 GuiProgress::GuiProgress(GuiView & parent, Qt::DockWidgetArea area, 
-       Qt::WindowFlags flags) : DockView(parent, "latex-progress", area, flags)
+       Qt::WindowFlags flags) : DockView(parent, "view-console", area, flags)
 {
-       setWindowTitle(qt_("LaTeX Progress"));
+       setWindowTitle(qt_("External process monitoring"));
        setWidget(&text_edit);
        support::Systemcall::registerProgressInterface(this);
 }
index 5c537fa8107b102e1fcab00e0f2d01833f28c517..339d87ab5d4a78bd849a682b2f26b07a7b5d35be 100644 (file)
@@ -1574,7 +1574,7 @@ char const * const dialognames[] = {
 "thesaurus",
 #endif
 
-"texinfo", "toc", "href", "view-source", "latex-progress", "vspace", "wrap", "listings" };
+"texinfo", "toc", "href", "view-source", "view-console", "vspace", "wrap", "listings" };
 
 char const * const * const end_dialognames =
        dialognames + (sizeof(dialognames) / sizeof(char *));
@@ -1853,7 +1853,7 @@ Dialog * GuiView::build(string const & name)
                return createGuiLog(*this);
        if (name == "view-source")
                return createGuiViewSource(*this);
-       if (name == "latex-progress")
+       if (name == "view-console")
                return createGuiProgress(*this);
        if (name == "mathdelimiter")
                return createGuiDelimiter(*this);