diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-08-16 09:57:08 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-08-16 09:57:08 +0000 |
commit | c6789ec2ab2cb421e838bd6ee8c5e74e08f807ce (patch) | |
tree | b05674e0e1cf944add545d6653562b398f3858db /anaconda | |
parent | 0638add5c28af02cd75db528bfdbb8fac6bf8270 (diff) | |
download | anaconda-c6789ec2ab2cb421e838bd6ee8c5e74e08f807ce.tar.gz anaconda-c6789ec2ab2cb421e838bd6ee8c5e74e08f807ce.tar.xz anaconda-c6789ec2ab2cb421e838bd6ee8c5e74e08f807ce.zip |
adjust for None - None going to No - Mouse (looks right in gui and less weird in tui than None None)
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] == "None - None": + 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 " |