Prefix main window titles with "Non DAW : "
This commit is contained in:
parent
609a7e02ff
commit
684983e19d
|
@ -122,7 +122,7 @@ main ( int argc, char **argv )
|
||||||
Fl_Double_Window *main_window;
|
Fl_Double_Window *main_window;
|
||||||
|
|
||||||
{
|
{
|
||||||
Fl_Double_Window *o = main_window = new Fl_Double_Window( 800, 600, "Mixer" );
|
Fl_Double_Window *o = main_window = new Fl_Double_Window( 800, 600, "Non-DAW : Mixer" );
|
||||||
{
|
{
|
||||||
main_window->xclass( APP_NAME );
|
main_window->xclass( APP_NAME );
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ comment {//
|
||||||
} {in_source in_header
|
} {in_source in_header
|
||||||
}
|
}
|
||||||
|
|
||||||
decl {const float STATUS_UPDATE_FREQ = 0.1f;} {}
|
decl {const float STATUS_UPDATE_FREQ = 0.1f;} {}
|
||||||
|
|
||||||
decl {\#include "Fl_Menu_Settings.H"} {}
|
decl {\#include "Fl_Menu_Settings.H"} {}
|
||||||
|
|
||||||
|
@ -217,7 +217,7 @@ Loggable::progress_callback( &TLE::progress_cb, this );} {}
|
||||||
Function {make_window()} {open
|
Function {make_window()} {open
|
||||||
} {
|
} {
|
||||||
Fl_Window main_window {
|
Fl_Window main_window {
|
||||||
label Timeline
|
label {Non DAW : Timeline}
|
||||||
callback {if ( Fl::event_key() != FL_Escape )
|
callback {if ( Fl::event_key() != FL_Escape )
|
||||||
o->hide();} open
|
o->hide();} open
|
||||||
private xywh {705 125 1025 770} type Double resizable xclass Non_DAW visible
|
private xywh {705 125 1025 770} type Double resizable xclass Non_DAW visible
|
||||||
|
|
Loading…
Reference in New Issue