X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fguicast%2Fbcresources.C;h=7ac9096b470f68956f7822a27728aa987b61a602;hb=e919ce8a71cdc99bb7344cc192e13a2c2db9e1c0;hp=9c0da51938faae9dabdfa7d44bfcdfb0edaa78f1;hpb=aec726a82269214e444c42aafabdf84974e8c3b7;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/guicast/bcresources.C b/cinelerra-5.0/guicast/bcresources.C index 9c0da519..7ac9096b 100644 --- a/cinelerra-5.0/guicast/bcresources.C +++ b/cinelerra-5.0/guicast/bcresources.C @@ -1,7 +1,7 @@ /* * CINELERRA - * Copyright (C) 2009 Adam Williams + * Copyright (C) 2009-2015 Adam Williams * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -329,6 +329,10 @@ BC_Resources::BC_Resources() }; #endif +#include "images/check_png.h" + static VFrame* default_check_image = new VFrame(check_png); + check = default_check_image; + #include "images/file_text_up_png.h" #include "images/file_text_hi_png.h" #include "images/file_text_dn_png.h"