mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Nomenclature:
Remove beta entry in menu git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3350 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -213,7 +213,7 @@ void QETDiagramEditor::actions() {
|
|||||||
prj_del_diagram = new QAction(QET::Icons::DiagramDelete, tr("Supprimer le sch\351ma"), this);
|
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_clean = new QAction(QET::Icons::EditClear, tr("Nettoyer le projet"), this);
|
||||||
prj_diagramList = new QAction(QET::Icons::listDrawings, tr("Ajouter un sommaire"), 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);
|
tabbed_view_mode = new QAction( tr("en utilisant des onglets"), this);
|
||||||
windowed_view_mode= new QAction( tr("en utilisant des fen\352tres"), this);
|
windowed_view_mode= new QAction( tr("en utilisant des fen\352tres"), this);
|
||||||
mode_selection = new QAction(QET::Icons::PartSelect, tr("Mode Selection"), this);
|
mode_selection = new QAction(QET::Icons::PartSelect, tr("Mode Selection"), this);
|
||||||
|
|||||||
Reference in New Issue
Block a user