nil,
Gtk::FileChooser::ACTION_SAVE,
nil,
- [Gtk::Stock::OPEN, Gtk::Dialog::RESPONSE_ACCEPT], [Gtk::Stock::CANCEL, Gtk::Dialog::RESPONSE_CANCEL])
+ [Gtk::Stock::SAVE, Gtk::Dialog::RESPONSE_ACCEPT], [Gtk::Stock::CANCEL, Gtk::Dialog::RESPONSE_CANCEL])
fc.transient_for = $main_window
fc.add_shortcut_folder(File.expand_path("~/.booh"))
fc.set_current_folder(File.expand_path("~/.booh"))
nil,
Gtk::FileChooser::ACTION_SAVE,
nil,
- [Gtk::Stock::OPEN, Gtk::Dialog::RESPONSE_ACCEPT], [Gtk::Stock::CANCEL, Gtk::Dialog::RESPONSE_CANCEL])
+ [Gtk::Stock::SAVE, Gtk::Dialog::RESPONSE_ACCEPT], [Gtk::Stock::CANCEL, Gtk::Dialog::RESPONSE_CANCEL])
fc.transient_for = $main_window
fc.add_shortcut_folder(File.expand_path("~/.booh"))
fc.set_current_folder(File.expand_path("~/.booh"))