~aaronp/software-center/enhance-usefulness

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Michael Vogt
  • Date: 2009-09-25 15:30:34 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090925153034-vf6oqy9j66fc6jcz
renamed to "Ubuntu Software Center" and software-center (LP: #436648)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
help=True
5
5
 
6
6
[build_i18n]
7
 
domain=software-store
8
 
desktop_files=[ ("share/applications",("data/ubuntu-software-store.desktop.in",)) ]
 
7
domain=software-center
 
8
desktop_files=[ ("share/applications",("data/ubuntu-software-center.desktop.in",)) ]
9
9
 
10
10
#schemas_files=[
11
11
#       ("share/gconf/schemas", 
12
 
#        ("data/software-store.schemas.in",)
 
12
#        ("data/software-center.schemas.in",)
13
13
#       )
14
14
#]
15
15
#bug_contact="Michael Vogt <mvo@ubuntu.com>"