[qet] [4635] Bug fix : in FolioTab autonum set disable N?\194?\176 folio item |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4635
Author: scorpio810
Date: 2016-08-17 14:41:49 +0200 (Wed, 17 Aug 2016)
Log Message:
-----------
Bug fix : in FolioTab autonum set disable N?\194?\176 folio item
Modified Paths:
--------------
trunk/sources/ui/numparteditorw.cpp
Modified: trunk/sources/ui/numparteditorw.cpp
===================================================================
--- trunk/sources/ui/numparteditorw.cpp 2016-08-17 06:39:54 UTC (rev 4634)
+++ trunk/sources/ui/numparteditorw.cpp 2016-08-17 12:41:49 UTC (rev 4635)
@@ -81,7 +81,7 @@
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")