add adams 4.6->4.6.1 (mostly)
[goodguy/history.git] / cinelerra-5.0 / guicast / bcresources.C
index 9c0da51938faae9dabdfa7d44bfcdfb0edaa78f1..7ac9096b470f68956f7822a27728aa987b61a602 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  * CINELERRA
- * Copyright (C) 2009 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2009-2015 Adam Williams <broadcast at earthling dot net>
  *
  * 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"