add "made with booh" by default on bottom of pages, suggested by coni
authorgc <gc>
Sun, 29 Jan 2006 17:15:17 +0000 (17:15 +0000)
committergc <gc>
Sun, 29 Jan 2006 17:15:17 +0000 (17:15 +0000)
bin/booh

index 5e893308216912a5f0e5e269369944e5e7a76beb..41236f4708a0dc0a346e38b90e7055b91a709ffe 100755 (executable)
--- a/bin/booh
+++ b/bin/booh
@@ -2723,7 +2723,7 @@ def new_album
     vb.add(Gtk::HBox.new(false, 3).pack_start(Gtk::Label.new(utf8(_("Number of thumbnails per row: "))), false, false, 0).
                                    pack_start(nperrowradios = Gtk::HBox.new, false, false, 0))
     vb.add(Gtk::HBox.new(false, 3).pack_start(Gtk::Label.new(utf8(_("'Made with' markup on pages bottom: "))), false, false, 0).
-                                   pack_start(madewithentry = Gtk::Entry.new, true, true, 0))
+                                   pack_start(madewithentry = Gtk::Entry.new.set_text('made with <a href=%booh>booh</a>!'), true, true, 0))
     tooltips.set_tip(madewithentry, utf8(_("Optional HTML markup to use on pages bottom for a small 'made with' label; %booh is replaced by the website of booh;\nfor example: made with <a href=%booh>booh</a>!")), nil)
 
     src_nb_calculated_for = ''