summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-23 20:09:15 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-23 20:09:15 +0000
commit843c24956ed6c39026b9438b894f8d746858192e (patch)
tree56bedb0da7e628544b210520f93343bf562114d9 /anaconda
parentc5f4b1a8f502b8a58b843cbb293e53cc723d9a1f (diff)
downloadanaconda-843c24956ed6c39026b9438b894f8d746858192e.tar.gz
anaconda-843c24956ed6c39026b9438b894f8d746858192e.tar.xz
anaconda-843c24956ed6c39026b9438b894f8d746858192e.zip
case matters
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 8afecada8..ffc33f53d 100755
--- a/anaconda
+++ b/anaconda
@@ -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 "