~ian-mcintosh/screenruler/trunk

« back to all changes in this revision

Viewing changes to screenruler.rb

  • Committer: yella
  • Date: 2008-12-21 23:10:56 UTC
  • Revision ID: yella@nutwork-20081221231056-wbi8oysu62k9qrfb
- add icon artist's name/email to About dialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
APP_NAME                                        = 'Screen Ruler'
33
33
APP_COPYRIGHT                   = "Copyright (c) #{Time.now.year} Ian McIntosh"
34
34
APP_AUTHORS                     = ['Ian McIntosh <ian@openanswers.org>']
 
35
APP_ARTISTS                             = ['János Horváth <horvathhans@gmail.com>']
35
36
APP_VERSION                             = 0.86
36
37
APP_LOGO_FILENAME = 'screenruler-logo.png'
37
38