From 10717dd83eb1c854e6255172882746c62a319ae7 Mon Sep 17 00:00:00 2001 From: gc Date: Sun, 24 Feb 2008 16:58:49 +0000 Subject: [PATCH] *** empty log message *** --- bin/booh-classifier | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/booh-classifier b/bin/booh-classifier index ad2e942..2730c8d 100644 --- a/bin/booh-classifier +++ b/bin/booh-classifier @@ -1564,7 +1564,8 @@ name of this label, and what color you want. To clear the current label, hit the some of them by unchecking the labels checkboxes on the left. 5. Once you're finished reviewing all thumbnails, use File/Execute to execute the desired -actions on labels. +actions on labels. You can permanently remove (or not) images with the to remove label, +and copy or move images with the labels you defined. ")), { :pos_centered => true, :not_transient => true }) } speed.signal_connect('activate') { @@ -1631,9 +1632,7 @@ def create_main_window mainview_hbox = Gtk::HBox.new mainview_hbox.pack_start(Gtk::Alignment.new(0.5, 0, 1, 1).add(left_vbox = Gtk::VBox.new(false, 5)), false, true) left_vbox.pack_start(($labels_vbox = Gtk::VBox.new(false, 5)), false, true) - $labels_vbox.pack_start(Gtk::Label.new(utf8(_("Labels list:"))).set_justify(Gtk::Justification::CENTER), false, false).show_all left_vbox.pack_end($loading_progressbar = Gtk::ProgressBar.new.set_text(utf8(_("Loading... %d%") % 0)), false, true) - reset_labels mainview_hbox.pack_start($mainview = MainView.new, true, true) main_vbox.pack_start(mainview_hbox, true, true) $imagesline_sw = Gtk::ScrolledWindow.new(nil, nil) -- 2.30.4