summaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorMaximilian Gerhard <maxbox@directbox.com>2011-10-04 03:05:46 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-10-05 01:03:04 +0200
commit81f5cf2d76ccc5df85561062e5e6106ad951cac4 (patch)
tree37084125da5d972412f57e0e039411d21e95c100 /wizard
parent758528f4591e1c00fdecfc48f7d0e3fe974e7204 (diff)
downloadacritoxinstaller-81f5cf2d76ccc5df85561062e5e6106ad951cac4.zip
acritoxinstaller-81f5cf2d76ccc5df85561062e5e6106ad951cac4.tar.gz
Fixed root pw indicator tooltips
Diffstat (limited to 'wizard')
-rw-r--r--wizard/rootpwd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/rootpwd.cpp b/wizard/rootpwd.cpp
index 9ec4417..620364b 100644
--- a/wizard/rootpwd.cpp
+++ b/wizard/rootpwd.cpp
@@ -40,6 +40,7 @@ void wpRootPwd::updateStatus()
}
else
{
+ passwordStatus->setToolTip(tr("Password OK"));
passwordStatus->setPixmap(QIcon::fromTheme("dialog-ok").pixmap(24,24));
if(pw1 != pw2)
@@ -49,6 +50,7 @@ void wpRootPwd::updateStatus()
complete = false;
}
else
+ retypePasswordStatus->setToolTip(tr("Password OK"));
retypePasswordStatus->setPixmap(QIcon::fromTheme("dialog-ok").pixmap(24,24));
}