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 *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 );
|
||||
|
||||
|
|
|
@ -217,7 +217,7 @@ Loggable::progress_callback( &TLE::progress_cb, this );} {}
|
|||
Function {make_window()} {open
|
||||
} {
|
||||
Fl_Window main_window {
|
||||
label Timeline
|
||||
label {Non DAW : Timeline}
|
||||
callback {if ( Fl::event_key() != FL_Escape )
|
||||
o->hide();} open
|
||||
private xywh {705 125 1025 770} type Double resizable xclass Non_DAW visible
|
||||
|
|
Loading…
Reference in New Issue