author | unc0rr |
Wed, 25 Dec 2013 00:10:16 +0400 | |
changeset 9838 | 91bc555c5df4 |
parent 9837 | fa94ee96f006 (current diff) |
parent 9835 | e89b42c55047 (diff) |
child 9839 | 96e3914e8154 |
child 9840 | ff0d7954aabc |
--- a/QTfrontend/ui/page/pagemain.cpp Tue Dec 24 23:17:44 2013 +0400 +++ b/QTfrontend/ui/page/pagemain.cpp Wed Dec 25 00:10:16 2013 +0400 @@ -199,7 +199,7 @@ } QStringList split_string = line.split(QRegExp("</?tip>")); if((tip_platform == platform || tip_platform == 0) && split_string.size() != 1) - Tips << tr(split_string[1].toLatin1().data(), "Tips"); + Tips << split_string[1]; line = in.readLine(); } // The following tip will require links to app store entries first.