~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to applet.py

  • Committer: Jason Conti
  • Date: 2010-02-18 20:17:33 UTC
  • Revision ID: jason.conti@gmail.com-20100218201733-i671lnpp0g78nyco
Adding template for empty icon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    about = gtk.AboutDialog()
109
109
 
110
110
    about.set_authors(["Jason Conti <jason.conti@gmail.com>"])
111
 
    about.set_comments("View recent notifications.")
 
111
    about.set_comments("View recent notifications")
112
112
    about.set_copyright(u"Copyright \xa9 2010 Jason Conti.")
113
113
    about.set_name("Recent Notifications")
114
114
    about.set_version("1.0.0")