[qet] qet/qet: [5439] Fix bug #162 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5439
Author: scorpio810
Date: 2018-07-16 16:23:54 +0200 (Mon, 16 Jul 2018)
Log Message:
-----------
Fix bug #162
Modified Paths:
--------------
trunk/sources/ElementsCollection/elementscollectionwidget.cpp
Modified: trunk/sources/ElementsCollection/elementscollectionwidget.cpp
===================================================================
--- trunk/sources/ElementsCollection/elementscollectionwidget.cpp 2018-07-16 07:17:49 UTC (rev 5438)
+++ trunk/sources/ElementsCollection/elementscollectionwidget.cpp 2018-07-16 14:23:54 UTC (rev 5439)
@@ -180,7 +180,8 @@
//Setup the progress bar
m_progress_bar = new QProgressBar(this);
- m_progress_bar->setFormat(tr("chargement") + " %p% (%v sur %m)");
+ m_progress_bar->setFormat(QObject::tr("chargement %p% (%v sur %m)"));
+
m_main_vlayout->addWidget(m_progress_bar);
m_progress_bar->hide();