diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-04 20:04:42 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-04 20:04:42 -0300 |
commit | 6f3421c4150e49af026432a2a2be0171d741ad03 (patch) | |
tree | 4df26f8c631aeeeed6e5c9e8aab87c4c663bd30f /Project/ChartView.wxcp | |
parent | 516cdb72d3ff99a1ee786d3ea24c9b579272fe76 (diff) | |
download | PSP.git-6f3421c4150e49af026432a2a2be0171d741ad03.tar.gz PSP.git-6f3421c4150e49af026432a2a2be0171d741ad03.tar.xz PSP.git-6f3421c4150e49af026432a2a2be0171d741ad03.zip |
Some bugfixes
Diffstat (limited to 'Project/ChartView.wxcp')
-rw-r--r-- | Project/ChartView.wxcp | 10 |
1 files changed, 5 insertions, 5 deletions
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": [{ |