~ian-mcintosh/screenruler/trunk

« back to all changes in this revision

Viewing changes to ruler_popup_menu.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:
103
103
        end
104
104
 
105
105
        def on_about_activate
106
 
                Gtk::AboutDialog.show(nil, :logo => APP_ICON_LIST.last, :program_name => APP_NAME, :copyright => APP_COPYRIGHT, :version => APP_VERSION.to_s, :authors => APP_AUTHORS)
 
106
                Gtk::AboutDialog.show(nil, :logo => APP_ICON_LIST.last, :program_name => APP_NAME, :copyright => APP_COPYRIGHT, :version => APP_VERSION.to_s, :authors => APP_AUTHORS, :artists => APP_ARTISTS)
107
107
        end
108
108
 
109
109
        def on_quit_activate