summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2001-09-04 14:31:11 +0000
committerYves Duret <yduret@mandriva.com>2001-09-04 14:31:11 +0000
commit7a01bc1dd186e30c345783f7ed98662244e48e0e (patch)
tree5cd87cd90c7dfdfe46d75b01c3e0e3e1c8b99963
parent949babdab3e42cb812e3e65fc87f37e39b1bad9d (diff)
downloadcontrol-center-7a01bc1dd186e30c345783f7ed98662244e48e0e.tar
control-center-7a01bc1dd186e30c345783f7ed98662244e48e0e.tar.gz
control-center-7a01bc1dd186e30c345783f7ed98662244e48e0e.tar.bz2
control-center-7a01bc1dd186e30c345783f7ed98662244e48e0e.tar.xz
control-center-7a01bc1dd186e30c345783f7ed98662244e48e0e.zip
corrected dams mail
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 95f51c1c..a311bcef 100755
--- a/control-center
+++ b/control-center
@@ -569,7 +569,7 @@ sub about_mdk_cc {
$style1->font(Gtk::Gdk::Font->fontset_load(_("-adobe-times-bold-r-normal--14-*-100-100-p-*-iso8859-*,*-r-*")));
$label->set_style($style1);
$window_about->vbox->pack_start( $label, 1, 1, 0 );
- $window_about->vbox->pack_start( new Gtk::Label( _("Authors: ") . "\n\n Yves Duret <yduret\@mandrakesoft.com \n Daouda Lo <daouda\@mandrakesoft.com> \n Damien Krotkine <dams\@mandrakesoft.com> \n"), 1, 1, 0 );
+ $window_about->vbox->pack_start( new Gtk::Label( _("Authors: ") . "\n\n Yves Duret <yduret\@mandrakesoft.com \n Daouda Lo <daouda\@mandrakesoft.com> \n Damien Krotkine <damien\@mandrakesoft.com> \n"), 1, 1, 0 );
$window_about->show_all();
$window_about->set_modal(1);