~rainct/screenruler/screenruler-gtk3

« back to all changes in this revision

Viewing changes to screenruler.rb

  • Committer: Ian McIntosh
  • Date: 2011-06-12 00:54:28 UTC
  • Revision ID: ian@openanswers.org-20110612005428-sfn020euk8zld4qm
- ruler window gets type hint 'Dialog' to hopefully avoid being fullscreened by window managers
- Help window should call it Settings window not Preferences window
- bump version to 0.9.3

Show diffs side-by-side

added added

removed removed

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