merge hv v6, rework trace methods
[goodguy/history.git] / cinelerra-5.1 / cinelerra / exportedl.C
index 45b9d408e01bb1442a63d5a6280e5b327124859d..9a5cd005e760972f331a71a8886fbcfb32344977 100644 (file)
@@ -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;