snap menu order change, as suggested by Theeth, fix for own error with Window.TestBreak()

This commit is contained in:
2008-03-07 09:33:18 +00:00
parent 7292fa5ca6
commit f13dc2aac1
2 changed files with 2 additions and 2 deletions

View File

@@ -377,7 +377,7 @@ struct PyMethodDef M_Window_methods[] = {
M_Window_QAdd_doc},
{"QHandle", ( PyCFunction ) M_Window_QHandle, METH_VARARGS,
M_Window_QHandle_doc},
{"TestBreak", ( PyCFunction ) M_Window_TestBreak, METH_VARARGS,
{"TestBreak", ( PyCFunction ) M_Window_TestBreak, METH_NOARGS,
M_Window_TestBreak_doc},
{"GetMouseCoords", ( PyCFunction ) M_Window_GetMouseCoords,
METH_NOARGS,