diff options
Diffstat (limited to 'examples/pykde-sampler/about.py')
-rw-r--r-- | examples/pykde-sampler/about.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pykde-sampler/about.py b/examples/pykde-sampler/about.py index ae35b99..108194b 100644 --- a/examples/pykde-sampler/about.py +++ b/examples/pykde-sampler/about.py @@ -8,7 +8,7 @@ from os.path import dirname, join from tdecore import KAboutData -appName = 'pykdesampler' +appName = 'pytdesampler' progName = 'PyKDE Sampler' authorName = 'Troy Melhase' authorEmail = bugsEmailAddress = 'troy@gci.net' @@ -16,7 +16,7 @@ version = '0.1' shortDescription = 'The PyKDE Sampler' licenseType = KAboutData.License_GPL_V2 copyrightStatement = '(c) 2006, %s' % (authorName, ) -homePageAddress = 'http://www.riverbankcomputing.co.uk/pykde/' +homePageAddress = 'http://www.riverbankcomputing.co.uk/pytde/' aboutText = ("The application sampler for PyKDE.") contributors = [] # module-level global for keeping the strings around; intentional |