]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/listctrl.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / os2 / listctrl.h
index ddece5a697aad61587522fbce6d2d83910d39105..8f7aee9904b5c0c26639eb0cc3b34885211cbadc 100644 (file)
@@ -1,10 +1,9 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/os2/listctrl.h
 // Purpose:     wxListCtrl class
-// Author:      
+// Author:
 // Modified by:
-// Created:     
-// RCS-ID:      $Id$
+// Created:
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -308,7 +307,7 @@ public:
     // Edit the label
     //
     wxTextCtrl* EditLabel( long         lItem
-                          ,wxClassInfo* pTextControlClass = CLASSINFO(wxTextCtrl)
+                          ,wxClassInfo* pTextControlClass = wxCLASSINFO(wxTextCtrl)
                          );
 
     //
@@ -507,7 +506,7 @@ protected:
 
     //
     // Return the icon for the given item. In report view, OnGetItemImage will
-    // only be called for the first column. See OnGetItemColumnImage for 
+    // only be called for the first column. See OnGetItemColumnImage for
     // details.
     //
     virtual int OnGetItemImage(long lItem) const;