X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fexportedl.C;h=9a5cd005e760972f331a71a8886fbcfb32344977;hb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d;hp=45b9d408e01bb1442a63d5a6280e5b327124859d;hpb=0b78779e9e75131eee81d2e4689b98df0e91c092;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/exportedl.C b/cinelerra-5.1/cinelerra/exportedl.C index 45b9d408..9a5cd005 100644 --- a/cinelerra-5.1/cinelerra/exportedl.C +++ b/cinelerra-5.1/cinelerra/exportedl.C @@ -406,15 +406,8 @@ void ExportEDLWindow::create_objects() x += 24; add_subwindow(path_button = new BrowseButton( - mwindow, - this, - path_textbox, - x, - y - 4, - exportasset->path, - _("Output to file"), - _("Select a file to write to:"), - 0)); + mwindow->theme, this, path_textbox, x, y - 4, exportasset->path, + _("Output to file"), _("Select a file to write to:"), 0)); y += 34; x = 5;