Browse Source

Prefix main window titles with "Non DAW : "

tags/non-daw-v1.1.0
Jonathan Moore Liles 15 years ago
parent
commit
684983e19d
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Mixer/main.C
  2. +2
    -2
      Timeline/TLE.fl

+ 1
- 1
Mixer/main.C 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 );



+ 2
- 2
Timeline/TLE.fl 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


Loading…
Cancel
Save