mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Bug fix : in FolioTab autonum set disable N° folio item
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4635 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -81,7 +81,7 @@ void NumPartEditorW::setVisibleItems() {
|
||||
if (parentWidget()->parentWidget()->objectName()=="FolioTab") {
|
||||
items << tr("Chiffre 1") << tr("Chiffre 01")
|
||||
<< tr("Chiffre 001")
|
||||
<< tr("Texte") << tr("N° folio");
|
||||
<< tr("Texte");
|
||||
}
|
||||
else if (parentWidget()->parentWidget()->objectName()=="ConductorTab") {
|
||||
items << tr("Chiffre 1") << tr("Chiffre 01")
|
||||
|
||||
Reference in New Issue
Block a user