diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-06 16:29:09 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-06 16:29:09 +0000 |
commit | 1a917f43a7b77847115607a8c9d3d964555d97bc (patch) | |
tree | bd92ec5f2252941503997f86c8487d413429b43b /installclasses | |
parent | 8c2b3558b16137810087f02d506d45bfbdff9c06 (diff) | |
download | anaconda-1a917f43a7b77847115607a8c9d3d964555d97bc.tar.gz anaconda-1a917f43a7b77847115607a8c9d3d964555d97bc.tar.xz anaconda-1a917f43a7b77847115607a8c9d3d964555d97bc.zip |
align the laptop class - icon could still use a little work
Diffstat (limited to 'installclasses')
-rw-r--r-- | installclasses/laptop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/laptop.py b/installclasses/laptop.py index 4074f86ea..6e141530e 100644 --- a/installclasses/laptop.py +++ b/installclasses/laptop.py @@ -5,7 +5,7 @@ import pcmcia class InstallClass(workstation.InstallClass): name = N_("Laptop") - pixmap = "laptop-support.png" + pixmap = "laptop-class.png" sortPriority = 5000 arch = 'i386' |