]> git.lyx.org Git - features.git/commitdiff
* src/frontends/qt4/Dialogs.cpp:
authorMichael Schmitt <michael.schmitt@teststep.org>
Tue, 29 May 2007 07:38:38 +0000 (07:38 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Tue, 29 May 2007 07:38:38 +0000 (07:38 +0000)
* lib/ui/stdtoolbars.inc:
* lib/ui/classic.ui: replace "TOC" by "Outline"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18554 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/classic.ui
lib/ui/stdtoolbars.inc
src/frontends/qt4/Dialogs.cpp

index e7299520e1c2b9d805efbaaffe45260c19d12097..24dc58ea0a3df5087bd2c15107496a9a735ceab7 100644 (file)
@@ -357,7 +357,7 @@ Menuset
                Submenu "Update|U" "update"
                Separator
                Item "LaTeX Log|L" "dialog-show latexlog"
-               Item "Table of Contents|C" "dialog-toggle toc"
+               Item "Outline|O" "dialog-toggle toc"
                Item "TeX Information|X" "dialog-show texinfo"
        End
 
index be8fa706b54deecfc18cd5f70bac95123cf4477d..578227046c6ed9b71795826019413e50fb9d4c8f 100644 (file)
@@ -76,7 +76,7 @@ ToolbarSet
                Item "Insert graphics" "dialog-show-new-inset graphics"
                TableInsert "Insert table"
                Separator
-               Item "Toggle Table of Contents" "dialog-toggle toc"
+               Item "Toggle Outline" "dialog-toggle toc"
                Item "Toggle Math Toolbar" "toolbar-toggle math"
                Item "Toggle Table Toolbar" "toolbar-toggle table"
        End
index dc33cac7924e7460f5dab68729f94f61563f793b..619e0ed6ac89dece72254f626be2e1e4dc81c2ad 100644 (file)
@@ -312,7 +312,7 @@ Dialogs::DialogPtr Dialogs::build(string const & name)
                QToc * qtoc = new QToc(*dialog, &gui_view);
                dialog->setController(qtoc);
                dialog->setView(new DockView<QToc, TocWidget>(
-                       *dialog, qtoc, &gui_view, _("Toc")));
+                       *dialog, qtoc, &gui_view, _("Outline")));
                dialog->bc().bp(new OkCancelPolicy);
        } else if (name == "url") {
                dialog->setController(new ControlCommand(*dialog, name, name));