diff options
-rwxr-xr-x | Rpmdrake/pkg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index ad606886..58a8c2e8 100755 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -793,7 +793,7 @@ you may now inspect some in order to take actions:"), if (keys %Readmes) { #- display the README*.urpmi files interactive_packtable( N("Upgrade information"), - $w->{real_window}, + $w, N("These packages come with upgrade information"), [ map { my $fullname = $_; |