diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2001-08-22 17:41:58 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2001-08-22 17:41:58 +0000 |
commit | efca31ffc5ce59d74b6bef8c84bcb6a65741870d (patch) | |
tree | 45edb1c95bdea64cd1efaa88c638c06485fa2dbd | |
parent | 6b3273302632a40afb8de61da555e0283b9e4151 (diff) | |
download | control-center-efca31ffc5ce59d74b6bef8c84bcb6a65741870d.tar control-center-efca31ffc5ce59d74b6bef8c84bcb6a65741870d.tar.gz control-center-efca31ffc5ce59d74b6bef8c84bcb6a65741870d.tar.bz2 control-center-efca31ffc5ce59d74b6bef8c84bcb6a65741870d.tar.xz control-center-efca31ffc5ce59d74b6bef8c84bcb6a65741870d.zip |
added a title to the about box (to hide the ugly "drakconf.real")
-rwxr-xr-x | control-center | 1 |
1 files changed, 1 insertions, 0 deletions
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); |