From f8af2653518b1e3b7bd1fdf51882b414181f3962 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 25 Sep 2008 15:16:35 +0000 Subject: (about_mdk_cc) use Pango accessor instead of constant --- control-center | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-center b/control-center index 5204c91e..95204384 100755 --- a/control-center +++ b/control-center @@ -1349,7 +1349,7 @@ sub about_mdk_cc() { chomp($contributor); if ($previous_type ne $type) { gtktext_append($credits, [ [ join('', if_($not_first_title, "\n"), translate(common::to_utf8($type)), "\n"), - { 'weight' => Gtk2::Pango->PANGO_WEIGHT_BOLD, scale => Gtk2::Pango->PANGO_SCALE_LARGE } ] ]); + { 'weight' => Gtk2::Pango->PANGO_WEIGHT_BOLD, scale => Gtk2::Pango->scale_large } ] ]); $previous_type = $type; $not_first_title = 1; } -- cgit v1.2.1