~marmyshev/openlp/itunes

« back to all changes in this revision

Viewing changes to openlp/core/ui/aboutform.py

  • Committer: Andreas Preikschat
  • Date: 2012-12-28 20:15:56 UTC
  • mfrom: (1970.2.54 bug-779201-2)
  • Revision ID: googol@lavabit.com-20121228201556-i1p7aq0byf5cuip7
QString and QVariant auto-conversion (bug #779201)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        about_text = about_text.replace(u'<version>',
50
50
            applicationVersion[u'version'])
51
51
        if applicationVersion[u'build']:
52
 
            build_text = unicode(translate('OpenLP.AboutForm', ' build %s')) % \
 
52
            build_text = translate('OpenLP.AboutForm', ' build %s') % \
53
53
                applicationVersion[u'build']
54
54
        else:
55
55
            build_text = u''