]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/foldbar/foldpanelbar/foldtestpanel.cpp
Added bakefile/makefiles for FoldBar extended samples
[wxWidgets.git] / contrib / samples / foldbar / foldpanelbar / foldtestpanel.cpp
index 9a8e1bc7f551c0a8ecc25d76290123e85a165c56..1cebceed642ac38b8ecaf7152c5358485021e138 100644 (file)
@@ -2,7 +2,8 @@
 // Name:        foldtestpanel.cpp
 // Purpose:
 // Author:      Jorgen Bodde
-// Modified by:
+// Modified by: ABX - 19/12/2004 : possibility of horizontal orientation
+//                               : wxWidgets coding standards
 // Created:     18/06/2004
 // RCS-ID:      $Id$
 // Copyright:   (c) Jorgen Bodde
@@ -17,7 +18,7 @@
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
@@ -59,7 +60,7 @@ END_EVENT_TABLE()
 
 FoldTestPanel::FoldTestPanel( )
 {
-    delete _images;
+    delete m_images;
 }
 
 FoldTestPanel::FoldTestPanel( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style )