[qet] [3350] Nomenclature: |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3350
Author: scorpio810
Date: 2014-10-05 16:38:34 +0200 (Sun, 05 Oct 2014)
Log Message:
-----------
Nomenclature:
Remove beta entry in menu
Modified Paths:
--------------
trunk/sources/qetdiagrameditor.cpp
Modified: trunk/sources/qetdiagrameditor.cpp
===================================================================
--- trunk/sources/qetdiagrameditor.cpp 2014-10-05 14:17:42 UTC (rev 3349)
+++ trunk/sources/qetdiagrameditor.cpp 2014-10-05 14:38:34 UTC (rev 3350)
@@ -213,7 +213,7 @@
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);