diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-22 15:49:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-22 15:49:46 +0000 |
commit | 9024313156ce66b14040dd5857dedcfc04c659cf (patch) | |
tree | e57f95d9131c9fc6cecf687cd39e3de65b0f3605 /perl-install/Xconfig | |
parent | 7e71115b16122d4b3e65c30359dc26c09b46454d (diff) | |
download | drakx-9024313156ce66b14040dd5857dedcfc04c659cf.tar drakx-9024313156ce66b14040dd5857dedcfc04c659cf.tar.gz drakx-9024313156ce66b14040dd5857dedcfc04c659cf.tar.bz2 drakx-9024313156ce66b14040dd5857dedcfc04c659cf.tar.xz drakx-9024313156ce66b14040dd5857dedcfc04c659cf.zip |
add 1152x768 picture
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r-- | perl-install/Xconfig/resolution_and_depth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index d4f0a63f6..5db5194b8 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -209,7 +209,7 @@ sub choose_gtk { my $W = my_gtk->new(_("Resolution")); my %monitor_images_x_res = do { - my @l = qw(640 800 1024 1280 1400 1600 1920 2048); + my @l = qw(640 800 1024 1152 1280 1400 1600 1920 2048); my %h = map { $_ => [ gtkcreate_png("monitor-$_.png") ] } @l; #- for the other, use the biggest smaller |