summaryrefslogtreecommitdiff
path: root/images/stdimg_update.sh
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-08-19 16:02:45 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-08-19 16:02:45 +0200
commit8929fb48b74c3b7ae60a7b0809fa21751d981e64 (patch)
tree4782f67e88a8d9d4738f53524067721574fc9a8b /images/stdimg_update.sh
parentb0897c45001533b6b16b9934c0d225e12d459dc9 (diff)
downloadfpGUI-8929fb48b74c3b7ae60a7b0809fa21751d981e64.tar.xz
Images: updated standard arrow images.
* They used to be Indexed BMP, now they are RGB BMP's. fpGUI doesn't handle Indexed images well - I'm working on better image support. * Updatet the script to generate image include file under Linux. * Rebuilt stdimages.inc file.
Diffstat (limited to 'images/stdimg_update.sh')
-rwxr-xr-ximages/stdimg_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/stdimg_update.sh b/images/stdimg_update.sh
index 677136da..0feec995 100755
--- a/images/stdimg_update.sh
+++ b/images/stdimg_update.sh
@@ -1,3 +1,3 @@
#!/bin/sh
chmod +x updatestdimgs
-./updatestdimgs > ../src/corelib/stdimages.inc
+./updatestdimgs -p stdimg > ../src/corelib/stdimages.inc