X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_neophyte%2Fneophyte.C;h=b6ca90fe8bafd179d7f2295b61377f725c728987;hp=d30150e083efd9c8e86c9bf3dc892981b1ebd6d8;hb=0c4a2483761f458447fc3fa451bf1271caa75df5;hpb=5ec378f09aeeb646705fdb8035b39a186374fba0 diff --git a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C index d30150e0..b6ca90fe 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C +++ b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C @@ -1266,9 +1266,9 @@ void NEOPHYTETHEME::build_bg_data() new_image1("resource128", "resource128.png"); new_image1("resource64", "resource64.png"); new_image1("resource32", "resource32.png"); - new_image1("plugin_bg_data", "plugin_bg.png"); - new_image1("title_bg_data", "title_bg.png"); - new_image1("vtimebar_bg_data", "vwindow_timebar.png"); + new_image("plugin_bg_data", "plugin_bg.png"); + new_image("title_bg_data", "title_bg.png"); + new_image("vtimebar_bg_data", "vwindow_timebar.png"); } void NEOPHYTETHEME::build_overlays()