summaryrefslogtreecommitdiff
path: root/src/corelib/fpg_stdimages.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-30 16:31:53 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-30 16:31:53 +0200
commit4387da1d5c116b3b2b7c0deeb0565d5e2fd3e0d5 (patch)
tree21aa9e494324536e139ecaaae68edaeaf59c2da9 /src/corelib/fpg_stdimages.pas
parent7f0d49cdbadd71f5d04cfcd1e8925dc3f41358a3 (diff)
downloadfpGUI-4387da1d5c116b3b2b7c0deeb0565d5e2fd3e0d5.tar.xz
Added new 'stdimg.about' image. Handly for toolbar usage.
Diffstat (limited to 'src/corelib/fpg_stdimages.pas')
-rw-r--r--src/corelib/fpg_stdimages.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/fpg_stdimages.pas b/src/corelib/fpg_stdimages.pas
index 9e256654..b25890ad 100644
--- a/src/corelib/fpg_stdimages.pas
+++ b/src/corelib/fpg_stdimages.pas
@@ -260,6 +260,11 @@ begin
sizeof(stdimg_help_16), 0,0);
fpgImages.AddMaskedBMP(
+ 'stdimg.about',
+ @stdimg_about_16,
+ sizeof(stdimg_about_16), 0,0);
+
+ fpgImages.AddMaskedBMP(
'stdimg.hidden',
@stdimg_hidden,
sizeof(stdimg_hidden), 0,0);