if options[0] && options[0][:centered]
lbl.set_justify(Gtk::Justification::CENTER)
end
+ if options[0] && options[0][:topwidget]
+ dialog.vbox.add(options[0][:topwidget])
+ end
dialog.vbox.add(lbl)
if options[0] && options[0][:okcancel]
dialog.add_button(Gtk::Stock::CANCEL, Gtk::Dialog::RESPONSE_CANCEL)
Copyright (c) 2005 Guillaume Cottenceau
+Artwork: Ayo73
+
Translations:
Japanese: Masao Mutoh
-French: Guillaume Cottenceau") % $VERSION), { :centered => true, :pos_centered => true })
+French: Guillaume Cottenceau") % $VERSION), { :centered => true, :pos_centered => true, :topwidget => Gtk::Image.new("#{$FPATH}/images/logo.png") })
}