summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/uninstall.cpp
diff options
context:
space:
mode:
authorTomer Shalev <shalev.tomer@gmail.com>2010-01-03 20:17:36 +0000
committerTomer Shalev <shalev.tomer@gmail.com>2010-01-03 20:17:36 +0000
commit86c1360169fa0fd502c348a2730d9ba5433d346b (patch)
tree3ae6b2ffd5865f67e4f93b39293a74783fbb69bb /rbutil/rbutilqt/base/uninstall.cpp
parenta398e446805d200c6b553424cf69dc3f861fed31 (diff)
downloadrockbox-86c1360169fa0fd502c348a2730d9ba5433d346b.tar.gz
rockbox-86c1360169fa0fd502c348a2730d9ba5433d346b.zip
rbutil: Fix some messages
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24174 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/base/uninstall.cpp')
-rw-r--r--rbutil/rbutilqt/base/uninstall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/uninstall.cpp b/rbutil/rbutilqt/base/uninstall.cpp
index b7a63edcd5..e28738b95b 100644
--- a/rbutil/rbutilqt/base/uninstall.cpp
+++ b/rbutil/rbutilqt/base/uninstall.cpp
@@ -49,7 +49,7 @@ void Uninstaller::uninstall(ProgressloggerInterface* dp)
49 49
50 for(int i=0; i< uninstallSections.size() ; i++) 50 for(int i=0; i< uninstallSections.size() ; i++)
51 { 51 {
52 m_dp->addItem(tr("Uninstalling ") + uninstallSections.at(i) + " ...",LOGINFO); 52 m_dp->addItem(tr("Uninstalling ") + uninstallSections.at(i) + "...",LOGINFO);
53 QCoreApplication::processEvents(); 53 QCoreApplication::processEvents();
54 // create list of all other install sections 54 // create list of all other install sections
55 QStringList sections = installlog.childGroups(); 55 QStringList sections = installlog.childGroups();