remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / bdcreate.C
index dc10bbc0e067af7c1cf6f7aab2b97d827a5dc992..e559a24e0a4afa93e6937e9fed1a8f2e47678791 100644 (file)
@@ -75,7 +75,7 @@ const double CreateBD_Thread::BD_KAUDIO_RATE = 224;
 CreateBD_MenuItem::CreateBD_MenuItem(MWindow *mwindow)
  : BC_MenuItem(_("BD Render..."), _("Ctrl-d"), 'd')
 {
-       set_ctrl(1); 
+       set_ctrl(1);
        this->mwindow = mwindow;
 }
 
@@ -651,7 +651,7 @@ void CreateBD_GUI::create_objects()
        tmp_x = x + title->get_w();  tmp_y = y;
        tmp_path = new CreateBD_TmpPath(this, tmp_x, tmp_y,  get_w()-tmp_x-35);
        add_subwindow(tmp_path);
-       btmp_path = new BrowseButton(thread->mwindow, this, tmp_path,
+       btmp_path = new BrowseButton(thread->mwindow->theme, this, tmp_path,
                tmp_x+tmp_path->get_w(), tmp_y, "/tmp",
                _("Work path"), _("Select a Work directory:"), 1);
        add_subwindow(btmp_path);