summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-10 15:31:52 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-10 15:31:52 +0000
commit4537d543f3af2d8247bb5e7dcdb7c63efbddf7eb (patch)
tree1a38908c3f4dfcf8bc9c25f8b03a84b282f25fa9 /perl-install/ugtk2.pm
parent84b4ebcea85fddcf4d788ecb6b29c9b2d708df4e (diff)
downloaddrakx-backup-do-not-use-4537d543f3af2d8247bb5e7dcdb7c63efbddf7eb.tar
drakx-backup-do-not-use-4537d543f3af2d8247bb5e7dcdb7c63efbddf7eb.tar.gz
drakx-backup-do-not-use-4537d543f3af2d8247bb5e7dcdb7c63efbddf7eb.tar.bz2
drakx-backup-do-not-use-4537d543f3af2d8247bb5e7dcdb7c63efbddf7eb.tar.xz
drakx-backup-do-not-use-4537d543f3af2d8247bb5e7dcdb7c63efbddf7eb.zip
(_gtk__Install_Title) move upcasing title from ugtk2::new() to here in order to
make sure that all popup titles be upcase (eg: when using default step title)
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 7e5650860..6f92dcb2f 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -737,7 +737,6 @@ sub new {
my $icon = find { _find_imgfile($_) } $::isInstall ? 'empty-banner' : $opts{icon};
my $banner_title = $opts{banner_title};
- $title = uc($title) if $::isInstall;
$o->{transient} ||= $::main_window if $::main_window && !$opts{do_not_track_main_window};
my $window = gtknew(
'MagicWindow',