Reword the infamouse mouse dialog to ask if you have a PS/2, serial, or
bus mouse instead of if you have a non-USB mouse. Requested by: many Prodded by: dougb Approved by: re (scottl)
This commit is contained in:
parent
a8602b99be
commit
55b1eadc89
@ -662,7 +662,7 @@ installStandard(dialogMenuItem *self)
|
||||
|
||||
#ifdef WITH_MICE
|
||||
dialog_clear_norefresh();
|
||||
if (!msgNoYes("Does this system have a non-USB mouse attached to it?"))
|
||||
if (!msgNoYes("Does this system have a PS/2, serial, or bus mouse?"))
|
||||
dmenuOpenSimple(&MenuMouse, FALSE);
|
||||
#endif
|
||||
|
||||
|
@ -662,7 +662,7 @@ installStandard(dialogMenuItem *self)
|
||||
|
||||
#ifdef WITH_MICE
|
||||
dialog_clear_norefresh();
|
||||
if (!msgNoYes("Does this system have a non-USB mouse attached to it?"))
|
||||
if (!msgNoYes("Does this system have a PS/2, serial, or bus mouse?"))
|
||||
dmenuOpenSimple(&MenuMouse, FALSE);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user