summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-27 18:53:19 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-27 18:53:19 +0000
commit615184f5bcfadfd67161f1801a49fd67154afe1e (patch)
treec4d461dfd9f2b185b405709cd8516ecb7c4c9e01 /perl-install/diskdrake/hd_gtk.pm
parent226b96a8924c0783bf415612c313e2b566e0ee2a (diff)
downloaddrakx-backup-do-not-use-615184f5bcfadfd67161f1801a49fd67154afe1e.tar
drakx-backup-do-not-use-615184f5bcfadfd67161f1801a49fd67154afe1e.tar.gz
drakx-backup-do-not-use-615184f5bcfadfd67161f1801a49fd67154afe1e.tar.bz2
drakx-backup-do-not-use-615184f5bcfadfd67161f1801a49fd67154afe1e.tar.xz
drakx-backup-do-not-use-615184f5bcfadfd67161f1801a49fd67154afe1e.zip
(main) render title as blue
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index 76ced7920..e2c27e381 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -64,7 +64,9 @@ sub main {
gtkadd($w->{window},
gtkpack_(Gtk2::VBox->new(0,7),
- 0, gtknew('Label_Left', text => N("Click on a partition, choose a filesystem type then choose an action")),
+ 0, gtknew(($::isInstall ? ('Title1', 'label') : ('Label_Left', 'text'))
+ => N("Click on a partition, choose a filesystem type then choose an action"),
+ ),
1, (my $notebook_widget = Gtk2::Notebook->new),
0, (my $per_kind_action_box = Gtk2::HBox->new(0,0)),
0, (my $general_action_box = Gtk2::HBox->new(0,0)),