From 684983e19d2949358e12ab5f0e812b701498a4da Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Mon, 1 Feb 2010 00:07:01 -0600 Subject: [PATCH] Prefix main window titles with "Non DAW : " --- Mixer/main.C | 2 +- Timeline/TLE.fl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mixer/main.C b/Mixer/main.C index 10045be..40d6471 100644 --- a/Mixer/main.C +++ b/Mixer/main.C @@ -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 ); diff --git a/Timeline/TLE.fl b/Timeline/TLE.fl index b53d771..8c4628d 100644 --- a/Timeline/TLE.fl +++ b/Timeline/TLE.fl @@ -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