diff options
Diffstat (limited to 'Rpmdrake/formatting.pm')
-rw-r--r-- | Rpmdrake/formatting.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |