*** empty log message ***
authorgc <gc>
Sat, 24 Sep 2005 20:30:17 +0000 (20:30 +0000)
committergc <gc>
Sat, 24 Sep 2005 20:30:17 +0000 (20:30 +0000)
bin/booh

index e54a2ea025024e1fff7380c12dfc93abd3d8416e..10ae8f2f38538aea984a57f20bfb8679157defdb 100755 (executable)
--- a/bin/booh
+++ b/bin/booh
@@ -1792,7 +1792,7 @@ def change_dir
                                             nil,
                                             Gtk::FileChooser::ACTION_OPEN,
                                             nil,
-                                            [Gtk::Stock::OPEN, Gtk::Dialog::RESPONSE_ACCEPT], [Gtk::Stock::CANCEL, Gtk::Dialog::RESPONSE_CANCEL])
+                                            [Gtk::Stock::OK, Gtk::Dialog::RESPONSE_ACCEPT], [Gtk::Stock::CANCEL, Gtk::Dialog::RESPONSE_CANCEL])
             fc.set_current_folder(from_utf8(xmldir.attributes['path']))
             fc.transient_for = $main_window
             fc.preview_widget = preview = Gtk::Alignment.new(0.5, 0.5, 0, 0).add(f = Gtk::Frame.new.set_shadow_type(Gtk::SHADOW_ETCHED_OUT))