From 1a277c56674f3c6d60951c1f2a1312f1cd9235fe Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Nov 2013 21:37:26 +0100 Subject: use (my|u)gtk3 instead of *tk2 --- Rpmdrake/formatting.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rpmdrake/formatting.pm') diff --git a/Rpmdrake/formatting.pm b/Rpmdrake/formatting.pm index 9ff8d569..1bc6ba0d 100644 --- a/Rpmdrake/formatting.pm +++ b/Rpmdrake/formatting.pm @@ -29,7 +29,7 @@ use POSIX qw(strftime); use rpmdrake; use lib qw(/usr/lib/libDrakX); use common; -use ugtk2 qw(escape_text_for_TextView_markup_format); +use ugtk3 qw(escape_text_for_TextView_markup_format); use Exporter; our @ISA = qw(Exporter); @@ -105,7 +105,7 @@ sub pkg2medium { # [ duplicate urpmi's urpm::msg::localtime2changelog() ] #- strftime returns a string in the locale charset encoding; -#- but gtk2 requires UTF-8, so we use to_utf8() to ensure the +#- but gtk3 requires UTF-8, so we use to_utf8() to ensure the #- output of localtime2changelog() is always in UTF-8 #- as to_utf8() uses LC_CTYPE for locale encoding and strftime() uses LC_TIME, #- it doesn't work if those two variables have values with different -- cgit v1.2.1