From 6f3421c4150e49af026432a2a2be0171d741ad03 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Mon, 4 Sep 2017 20:04:42 -0300 Subject: Some bugfixes --- Project/ChartView.wxcp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Project/ChartView.wxcp') diff --git a/Project/ChartView.wxcp b/Project/ChartView.wxcp index 3d321e8..db8c3a2 100644 --- a/Project/ChartView.wxcp +++ b/Project/ChartView.wxcp @@ -110,23 +110,23 @@ }, { "type": "bitmapPicker", "m_label": "Bitmap File (16x16) :", - "m_path": "" + "m_path": "data/images/chart16.png" }, { "type": "bitmapPicker", "m_label": "Bitmap File (32x32) :", - "m_path": "" + "m_path": "data/images/chart32.png" }, { "type": "bitmapPicker", "m_label": "Bitmap File (64x64) :", - "m_path": "" + "m_path": "data/images/chart64.png" }, { "type": "bitmapPicker", "m_label": "Bitmap File (128x128):", - "m_path": "" + "m_path": "data/images/chart128.png" }, { "type": "bitmapPicker", "m_label": "Bitmap File (256x256):", - "m_path": "" + "m_path": "data/images/chart256.png" }], "m_events": [], "m_children": [{ -- cgit