From efca31ffc5ce59d74b6bef8c84bcb6a65741870d Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Wed, 22 Aug 2001 17:41:58 +0000 Subject: added a title to the about box (to hide the ugly "drakconf.real") --- control-center | 1 + 1 file changed, 1 insertion(+) diff --git a/control-center b/control-center index 0d6cd29c..1871b208 100755 --- a/control-center +++ b/control-center @@ -474,6 +474,7 @@ sub connect_to_site { sub about_mdk_cc { my $window_about = new Gtk::Dialog(); $window_about->set_position(1); + $window_about->set_title( _("About - Mandrake Control Center")); my $bbox1 = new Gtk::HButtonBox; $window_about->action_area->pack_start($bbox1,0,0,0); -- cgit v1.2.1