aboutsummaryrefslogtreecommitdiff
path: root/hid_darwin.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-10 03:45:32 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-10 03:45:32 +0000
commitee8c8de94c07fa4498813e8a95fa4cea674255ea (patch)
tree63d4e775dbae2232ac8d27c5924e1e0856a677e5 /hid_darwin.c
parentc53b9e25c9fd4ee00c648a70a341959a1a018d50 (diff)
changed the 'menu' msg to 'options' to make things more transparent
svn path=/trunk/externals/hcs/hid/; revision=3161
Diffstat (limited to 'hid_darwin.c')
-rw-r--r--hid_darwin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hid_darwin.c b/hid_darwin.c
index 9f3f854..a8f03b2 100644
--- a/hid_darwin.c
+++ b/hid_darwin.c
@@ -542,8 +542,8 @@ t_int hid_build_device_list(t_hid *x)
if(HIDBuildDeviceList (NULL, NULL))
error("[hid]: no HID devices found\n");
- /* send the [menu( msg to set the [hid_menu] to blank */
- outlet_anything( x->x_device_name_outlet, gensym( "menu" ),0,NULL );
+ /* send the [options( msg to set the [hid_menu] to blank */
+ outlet_anything( x->x_device_name_outlet, gensym( "options" ),0,NULL );
pCurrentHIDDevice = HIDGetFirstDevice();
while ( pCurrentHIDDevice != NULL )