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

Comparing CV/bin/cv (file contents):
Revision 1.37 by root, Fri Mar 18 03:45:29 2005 UTC vs.
Revision 1.39 by root, Sun May 1 05:53:40 2005 UTC

118 $vbox->add ($schnauzer); 118 $vbox->add ($schnauzer);
119 $vbox->pack_end (my $frame = new Gtk2::Frame, 0, 0, 0); 119 $vbox->pack_end (my $frame = new Gtk2::Frame, 0, 0, 0);
120 $frame->add (my $hbox = new Gtk2::HBox 0, 0); 120 $frame->add (my $hbox = new Gtk2::HBox 0, 0);
121 $hbox->pack_start ((new Gtk2::Label "Info"), 0, 0, 0); 121 $hbox->pack_start ((new Gtk2::Label "Info"), 0, 0, 0);
122 $hbox->pack_start (($info = new Gtk2::Label), 1, 1, 0); 122 $hbox->pack_start (($info = new Gtk2::Label), 1, 1, 0);
123 $info->set (wrap => 1);
123 124
124 $schnauzer->set_geometry_hints; 125 $schnauzer->set_geometry_hints;
125} 126}
126 127
127if (@ARGV) { 128if (@ARGV) {
215 216
216=head1 ENVIRONMENT 217=head1 ENVIRONMENT
217 218
218=over 4 219=over 4
219 220
221=item CV_EDITOR
222
223The program that gets executed when the user presses C<CTRL-e> in the
224Schnauzer or image window. The default is C<gimp>.
225
220=item CV_PRINT_DESTINATION 226=item CV_PRINT_DESTINATION
221 227
222The default (perl-style) destination to use in the print dialog. 228The default (perl-style) destination to use in the print dialog.
229
230=item CV_TRASHCAN
231
232When set, must point to a directory where all files that are deleted are
233moved to. If unset, files that are deleted are really being deleted.
223 234
224=back 235=back
225 236
226=head1 SECURITY CONSIDERATIONS 237=head1 SECURITY CONSIDERATIONS
227 238

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines