diff options
author | Venugopal Shivashankar <venugopal.shivashankar@digia.com> | 2013-02-14 11:36:18 +0100 |
---|---|---|
committer | Venugopal Shivashankar <venugopal.shivashankar@digia.com> | 2013-02-15 18:20:37 +0100 |
commit | 7be9b5947c24ef78eb494dcea42c1e58415d697d (patch) | |
tree | bd6e510839366b4fc7ec2d2a293846a14a868f9f /particles_tutorial/conf.py | |
parent | e9053ba3f559fcf8c4d2dd3b6f87cce0979d0244 (diff) |
Updated the Particles learning guide
Task-number: QTBUG-28831
Change-Id: I63e678fec30654bd8d0eef51786133c57ddce51f
Reviewed-by: Topi ReiniΓΆ <topi.reinio@digia.com>
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Diffstat (limited to 'particles_tutorial/conf.py')
-rw-r--r-- | particles_tutorial/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/particles_tutorial/conf.py b/particles_tutorial/conf.py index 2838da6..86a14da 100644 --- a/particles_tutorial/conf.py +++ b/particles_tutorial/conf.py @@ -32,7 +32,7 @@ htmlhelp_basename = 'ParticlesTutorial' latex_documents = [ ('index', 'ParticlesTutorial.tex', u'Particles and Graphics Effects in Qt Quick 2', - u'Nokia, Qt Learning', 'manual'), + u'Digia, Qt Learning', 'manual'), ] # -- Options for Epub output --------------------------------------------------- @@ -50,4 +50,4 @@ qthelp_basename = 'ParticlesTutorial' show_authors = True version = '1.0' -release = '1.0'
\ No newline at end of file +release = '1.0' |