]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/accel.cpp
positioning of the insertion point at the end
[wxWidgets.git] / src / mac / carbon / accel.cpp
index ebd4580eb1d2fead2552186cedf4f7735a656d0e..14aa88e53a85fa2c05d76354fb15f32f314257d1 100644 (file)
@@ -1,11 +1,11 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        accel.cpp
 // Purpose:     wxAcceleratorTable
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
+// Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -88,7 +88,7 @@ int wxAcceleratorTable::GetCommand( wxKeyEvent &event )
 {
     if (!Ok()) return -1;
 
-    wxwxAccelListNode *node = M_ACCELDATA->m_accels.GetFirst();
+    wxAccelList::Node *node = M_ACCELDATA->m_accels.GetFirst();
     while (node)
     {
         wxAcceleratorEntry *entry = (wxAcceleratorEntry*)node->GetData();