From ef4daee0fb2488d22598dd11fb05d56ae9c3ac37 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 5 Oct 2014 14:38:34 +0000 Subject: [PATCH] Nomenclature: Remove beta entry in menu git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3350 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetdiagrameditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetdiagrameditor.cpp b/sources/qetdiagrameditor.cpp index f457be44c..99252ed72 100644 --- a/sources/qetdiagrameditor.cpp +++ b/sources/qetdiagrameditor.cpp @@ -213,7 +213,7 @@ void QETDiagramEditor::actions() { prj_del_diagram = new QAction(QET::Icons::DiagramDelete, tr("Supprimer le sch\351ma"), this); prj_clean = new QAction(QET::Icons::EditClear, tr("Nettoyer le projet"), this); prj_diagramList = new QAction(QET::Icons::listDrawings, tr("Ajouter un sommaire"), this); - prj_nomenclature = new QAction(QET::Icons::DocumentExport, tr("Exporter une nomenclature (beta)"), this); + prj_nomenclature = new QAction(QET::Icons::DocumentExport, tr("Exporter une nomenclature"), this); tabbed_view_mode = new QAction( tr("en utilisant des onglets"), this); windowed_view_mode= new QAction( tr("en utilisant des fen\352tres"), this); mode_selection = new QAction(QET::Icons::PartSelect, tr("Mode Selection"), this);