~mario-kemper/shutter/cleaner_toolbar

« back to all changes in this revision

Viewing changes to bin/shutter

  • Committer: Mario Kemper
  • Date: 2012-01-26 13:17:37 UTC
  • Revision ID: mario.kemper@googlemail.com-20120126131737-u978vjirejeoym3a
SelectorAdvanced: load help text when idle

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
#define constants
102
102
#--------------------------------------
103
103
use constant MAX_ERROR                  => 5;
104
 
use constant SHUTTER_REV                => 'Rev.1188';
 
104
use constant SHUTTER_REV                => 'Rev.1189';
105
105
use constant SHUTTER_NAME               => 'Shutter';
106
106
use constant SHUTTER_VERSION    => '0.88.2';
107
107