diff -r 7640d5500966 -r bd756cb42d5b Helpviewer/Passwords/PasswordReader.py --- a/Helpviewer/Passwords/PasswordReader.py Sat Mar 03 17:42:42 2012 +0100 +++ b/Helpviewer/Passwords/PasswordReader.py Sat Mar 03 18:37:19 2012 +0100 @@ -24,7 +24,7 @@ def read(self, fileNameOrDevice): """ - Public method to read an XBEL bookmark file. + Public method to read a login data file. @param fileNameOrDevice name of the file to read (string) or reference to the device to read (QIODevice) @@ -61,7 +61,7 @@ """ Private method to read and parse the login data file. """ - if not self.isStartElement() and self.name() != "xbel": + if not self.isStartElement() and self.name() != "Password": return while not self.atEnd():