diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-03 14:45:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-03 14:45:27 +0000 |
commit | 5fb6e414ae840b6f92e3e5ca8ffd393a556a2bd0 (patch) | |
tree | 53020a4da3a819fd26c988aa72dd041bda82777f | |
parent | 82e6cc91177d611f6c959521e1b2e8aaef861ade (diff) | |
download | control-center-5fb6e414ae840b6f92e3e5ca8ffd393a556a2bd0.tar control-center-5fb6e414ae840b6f92e3e5ca8ffd393a556a2bd0.tar.gz control-center-5fb6e414ae840b6f92e3e5ca8ffd393a556a2bd0.tar.bz2 control-center-5fb6e414ae840b6f92e3e5ca8ffd393a556a2bd0.tar.xz control-center-5fb6e414ae840b6f92e3e5ca8ffd393a556a2bd0.zip |
(about_mdk_cc) adapt to new DrakX API (#20395)
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
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; |