Prefix main window titles with "Non DAW : "

pull/3/head
Jonathan Moore Liles 2010-02-01 00:07:01 -06:00
parent 609a7e02ff
commit 684983e19d
2 changed files with 3 additions and 3 deletions

View File

@ -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 );

View File

@ -22,7 +22,7 @@ comment {//
} {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"} {}
@ -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