From 12477553a834eb9ae8d7ef198fd1b70d4f77436a Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Wed, 17 Aug 2016 12:41:49 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20fix=20:=20in=20FolioTab=20autonum=20set?= =?UTF-8?q?=20disable=20N=C2=B0=20folio=20item?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4635 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/ui/numparteditorw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ui/numparteditorw.cpp b/sources/ui/numparteditorw.cpp index b5facb059..3bf9532ec 100644 --- a/sources/ui/numparteditorw.cpp +++ b/sources/ui/numparteditorw.cpp @@ -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")