prevent popup deactivation while button_down
[goodguy/history.git] / cinelerra-5.0 / cinelerra / fileflac.C
index 61253e7763d88249dfcc373f81f9b9269784b8df..3914e71cc5c09b9708f283c395dc03f233673e5a 100644 (file)
@@ -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));