X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frecordgui.C;h=0b3810d861adb483028ae103f2ec09b9e3a60d0e;hb=60f8df69db9ddd8148bfc41a17bb0955b52a45e6;hp=1e95c61251eeb46482d863ad3da417e860da9838;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/recordgui.C b/cinelerra-5.1/cinelerra/recordgui.C index 1e95c612..0b3810d8 100644 --- a/cinelerra-5.1/cinelerra/recordgui.C +++ b/cinelerra-5.1/cinelerra/recordgui.C @@ -1,7 +1,7 @@ /* * CINELERRA - * Copyright (C) 2008 Adam Williams + * Copyright (C) 2008-2017 Adam Williams * * 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 @@ -116,7 +116,6 @@ RecordGUI::RecordGUI(MWindow *mwindow, Record *record) RecordGUI::~RecordGUI() { -TRACE("RecordGUI::~RecordGUI 1"); delete status_thread; delete batch_source; delete batch_mode; @@ -126,7 +125,6 @@ TRACE("RecordGUI::~RecordGUI 1"); delete batch_start; delete batch_duration; delete load_mode; -TRACE("RecordGUI::~RecordGUI 2"); } @@ -265,7 +263,7 @@ void RecordGUI::create_objects() x = x3 + x2 + x1 + 40; add_subwindow(new BC_Title(x, y, - File::formattostr(mwindow->plugindb, asset->format), + File::formattostr(asset->format), MEDIUMFONT, mwindow->theme->recordgui_fixed_color)); y += pad; @@ -1612,5 +1610,3 @@ int RecordGUIResetTranslation::handle_event() return 1; } - -