author | nemo |
Tue, 24 Dec 2013 15:07:41 -0500 | |
changeset 9835 | e89b42c55047 |
parent 9834 | 4486c29d176c |
child 9838 | 91bc555c5df4 |
--- a/QTfrontend/ui/page/pagemain.cpp Tue Dec 24 12:52:08 2013 -0500 +++ b/QTfrontend/ui/page/pagemain.cpp Tue Dec 24 15:07:41 2013 -0500 @@ -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.