Added wxPoem sample; fixed some Dialog Editor problems; wxStaticBitmap and wxBitmapButton
now recognised by resource.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -208,7 +208,7 @@ wxPropertyValue::~wxPropertyValue(void) | ||||
|     } | ||||
|    case wxPropertyValueString: | ||||
|    { | ||||
|      delete m_value.string; | ||||
|      delete[] m_value.string; | ||||
|      break; | ||||
|    } | ||||
|    case wxPropertyValueList: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user