X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Ffileflac.C;h=3914e71cc5c09b9708f283c395dc03f233673e5a;hb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;hp=61253e7763d88249dfcc373f81f9b9269784b8df;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/fileflac.C b/cinelerra-5.0/cinelerra/fileflac.C index 61253e77..3914e71c 100644 --- a/cinelerra-5.0/cinelerra/fileflac.C +++ b/cinelerra-5.0/cinelerra/fileflac.C @@ -360,7 +360,7 @@ int FileFLAC::read_samples(double *buffer, int64_t len) FLACConfigAudio::FLACConfigAudio(BC_WindowBase *parent_window, Asset *asset) - : BC_Window(PROGRAM_NAME ": Audio Compression", + : BC_Window(_(PROGRAM_NAME ": Audio Compression"), parent_window->get_abs_cursor_x(1), parent_window->get_abs_cursor_y(1), 350, @@ -383,16 +383,7 @@ void FLACConfigAudio::create_objects() { int x = 10, y = 10; lock_window("FLACConfigAudio::create_objects"); - bits_popup = new BitsPopup(this, - x, - y, - &asset->bits, - 0, - 0, - 0, - 0, - 0, - 0); + bits_popup = new BitsPopup(this, x, y, &asset->bits, 0, 0, 0, 0, 0); bits_popup->create_objects(); add_subwindow(new BC_OKButton(this));