diff options
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index 4ecda054..b2bd9a97 100755 --- a/control-center +++ b/control-center @@ -729,7 +729,7 @@ sub about_mdk_cc { $bbox1->add($button); my $label = new Gtk::Label( _("Mandrake Control Center %s\n", $_version) ); - my $style1 = $label->style; + my $style1 = $label->style->copy(); $style1->font(Gtk::Gdk::Font->fontset_load(_("-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"))); $label->set_style($style1); $window_about->vbox->pack_start( $label, 1, 1, 0 ); |