From 5fb6e414ae840b6f92e3e5ca8ffd393a556a2bd0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 3 Jan 2006 14:45:27 +0000 Subject: (about_mdk_cc) adapt to new DrakX API (#20395) --- control-center | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-center b/control-center index 6ce70317..bd270836 100755 --- a/control-center +++ b/control-center @@ -1893,7 +1893,7 @@ sub about_mdk_cc() { $comment =~ s/^ //; # fix initial space of first section (CREDITS format should be enhanced to specify lines that really are sections) chomp($contributor); if ($previous_type ne $type) { - gtktext_append($credits, [ [ join('', if_($not_first_title, "\n"), translate(c::to_utf8($type)), "\n"), + 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 } ] ]); $previous_type = $type; $not_first_title = 1; -- cgit v1.2.1