~ubuntu-branches/ubuntu/saucy/mumble/saucy

« back to all changes in this revision

Viewing changes to src/mumble/About.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2012-05-24 20:32:56 UTC
  • mfrom: (1.4.8)
  • Revision ID: package-import@ubuntu.com-20120524203256-b7ax994zjba4gft5
Tags: 1.2.3-348-g317f5a0-1
* New upstream snapshot from 20.05.2012.
* Build with now available libpulse on hurd-i386.
* Overwrite false positive hardening-no-stackprotector lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
        for(int i = 0; licenses3rdParty[i] != 0; ++i)
54
54
        {
55
 
                qtb3rdPartyLicense->append(tr("<h3>%1 (<a href=\"%2\">%2</a>)</h3><pre>%3</pre>")
 
55
                qtb3rdPartyLicense->append(QString::fromLatin1("<h3>%1 (<a href=\"%2\">%2</a>)</h3><pre>%3</pre>")
56
56
                                .arg(QString::fromLatin1(licenses3rdPartyNames[i]))
57
57
                                .arg(QString::fromLatin1(licenses3rdPartyURLs[i]))
58
58
                                .arg(QString::fromLatin1(licenses3rdParty[i])));
72
72
                          "<p>Copyright %3 Thorvald Natvig<br />slicer@users.sourceforge.net</p>"
73
73
                          "<p><b>A voice-chat utility for gamers</b></p>"
74
74
                          "<p><tt><a href=\"%2\">%2</a></tt></p>"
75
 
                      ).arg(QLatin1String(MUMBLE_RELEASE)).arg(QLatin1String("http://mumble.sourceforge.net/")).arg(QLatin1String("2005-2010")));
 
75
                      ).arg(QLatin1String(MUMBLE_RELEASE)).arg(QLatin1String("http://mumble.sourceforge.net/")).arg(QLatin1String("2005-2012")));
76
76
        QHBoxLayout *qhbl=new QHBoxLayout(about);
77
77
        qhbl->addWidget(icon);
78
78
        qhbl->addWidget(text);