tazweb rev 164
Tiny edit
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Apr 04 11:44:49 2015 +0100 (2015-04-04) |
parents | f788dbf4844e |
children | bfbacff11f0f |
files | src/main.cpp |
line diff
1.1 --- a/src/main.cpp Wed Apr 01 19:18:32 2015 +0300 1.2 +++ b/src/main.cpp Sat Apr 04 11:44:49 2015 +0100 1.3 @@ -20,7 +20,7 @@ 1.4 if (argc > 1) { url = QUrl::fromUserInput(argv[1]); } 1.5 else { 1.6 if (file.open(QIODevice::ReadOnly | QIODevice::Text)) { 1.7 - msg = "Using subox pass... Load succesfuly" + msg2; 1.8 + msg = "Using subox pass... Load successfully" + msg2; 1.9 QTextStream in(&file); 1.10 while (!in.atEnd()) { line = in.readLine(); } 1.11 file.close(); }