Improve an error message.
This commit is contained in:
parent
b8e66a48a1
commit
6f17342b50
|
@ -205,8 +205,9 @@ void WiimoteConfigDiag::PairUpRealWiimotes(wxCommandEvent&)
|
||||||
UpdateGUI();
|
UpdateGUI();
|
||||||
}
|
}
|
||||||
else if (paired < 0)
|
else if (paired < 0)
|
||||||
PanicAlertT("A supported bluetooth device was not found!\n"
|
PanicAlertT("A supported bluetooth device could not be found!\n"
|
||||||
"(Only the Microsoft bluetooth stack is supported.)");
|
"If you are not using Microsoft's bluetooth stack "
|
||||||
|
"you must manually pair your wiimotes and use only the \"Refresh\" button.");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue