ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/bin/cv
(Generate patch)

Comparing CV/bin/cv (file contents):
Revision 1.68 by root, Mon Oct 23 17:52:37 2006 UTC vs.
Revision 1.70 by root, Sat Sep 8 08:20:02 2007 UTC

177 $viewer->show_all; 177 $viewer->show_all;
178 }); 178 });
179} 179}
180 180
181main Gtk2; 181main Gtk2;
182
183Gtk2::CV::flush_aio;
182 184
183__DATA__ 185__DATA__
184 186
185=encoding utf-8 187=encoding utf-8
186 188
426=item CV_EDITOR 428=item CV_EDITOR
427 429
428The program that gets executed when the user presses C<CTRL-e> in the 430The program that gets executed when the user presses C<CTRL-e> in the
429Schnauzer or image window. The default is C<gimp>. 431Schnauzer or image window. The default is C<gimp>.
430 432
433=item CV_AUDIO_PLAYER
434
435Program used to play all sorts of audio (wav, aif, mp3, ogg...), default "play".
436Will be called like C<< $CV_AUDIO_PLAYER -- <path> >>.
437
431=item CV_PRINT_DESTINATION 438=item CV_PRINT_DESTINATION
432 439
433The default (perl-style) destination to use in the print dialog. 440The default (perl-style) destination to use in the print dialog.
434 441
435=item CV_TRASHCAN 442=item CV_TRASHCAN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines