diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-08-23 20:09:15 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-08-23 20:09:15 +0000 |
commit | 843c24956ed6c39026b9438b894f8d746858192e (patch) | |
tree | 56bedb0da7e628544b210520f93343bf562114d9 /anaconda | |
parent | c5f4b1a8f502b8a58b843cbb293e53cc723d9a1f (diff) | |
download | anaconda-843c24956ed6c39026b9438b894f8d746858192e.tar.gz anaconda-843c24956ed6c39026b9438b894f8d746858192e.tar.xz anaconda-843c24956ed6c39026b9438b894f8d746858192e.zip |
case matters
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -448,7 +448,7 @@ if (display_mode != 't' and method and if iutil.getArch() != "s390": # if no mouse we force text mode mousedev = mousehw.get() - if display_mode != 't' and mousedev[0] == "No - Mouse": + if display_mode != 't' and mousedev[0] == "No - mouse": # ask for the mouse type if mouse.mouseWindow(mousehw) == 0: print _("No mouse was detected. A mouse is required for graphical " |