Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: python-whiteboard/stuff/linuxWiimoteLib.py
- ===================================================================
- --- python-whiteboard.orig/stuff/linuxWiimoteLib.py 2013-11-26 10:12:49.432336850 +0100
- +++ python-whiteboard/stuff/linuxWiimoteLib.py 2013-11-26 10:12:55.268365791 +0100
- @@ -365,7 +365,7 @@
- if __name__ == "__main__":
- wiimote = Wiimote()
- - print "Press 1 and 2 on wiimote to make it discoverable"
- + print "Press 1 and 2 on wiimote (or SYNC on wiimote plus) to make it discoverable"
- wiimote.Connect()
- wiimote.activate_IR()
- while 1:
- Index: python-whiteboard/stuff/pywhiteboard.py
- ===================================================================
- --- python-whiteboard.orig/stuff/pywhiteboard.py 2013-11-26 10:12:49.424336805 +0100
- +++ python-whiteboard/stuff/pywhiteboard.py 2013-11-26 10:14:42.120895631 +0100
- @@ -46,9 +46,9 @@
- self.ui.butCancel.setEnabled(True)
- self.ui.butChoose.setEnabled(True)
- if mac == '*':
- - self.ui.label.setText(self.tr("Press 1+2 on your wiimote"))
- + self.ui.label.setText(self.tr("Press 1+2 on your wiimote or SYNC on your wiimote plus"))
- else:
- - self.ui.label.setText(self.tr("Press 1+2 on") + " " + mac)
- + self.ui.label.setText(self.tr("Press 1+2 or SYNC on") + " " + mac)
- def cancelConnection(self):
- self.cancelled = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement