Browse Source

TLE: Rename menu items.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
3d40848e52
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      Timeline/TLE.fl

+ 5
- 6
Timeline/TLE.fl View File

@@ -45,8 +45,7 @@ decl {\#include "Audio_Region.H" // for options} {}

decl {\#include "Control_Sequence.H" // for options} {}

decl {\#include <FL/fl_ask.H>} {selected
}
decl {\#include <FL/fl_ask.H>} {}

decl {\#include <FL/Fl_File_Chooser.H>} {}

@@ -167,9 +166,9 @@ free( path );} {}
} {
Fl_Window main_window {
label Timeline open
xywh {260 192 1020 765} type Double resizable xclass Non_DAW visible
xywh {254 185 1020 765} type Double resizable xclass Non_DAW visible
} {
Fl_Menu_Bar menubar {open
Fl_Menu_Bar menubar {open selected
xywh {0 0 1024 25}
} {
Submenu {} {
@@ -391,7 +390,7 @@ timeline->redraw();}
}
}
Submenu {} {
label {&Waveforms} open
label {&Waveform} open
xywh {0 0 74 25}
} {
MenuItem {} {
@@ -417,7 +416,7 @@ timeline->redraw();}
}
}
Submenu {} {
label {&Audio_Region} open
label {&Region} open
xywh {0 0 74 25}
} {
MenuItem {} {


Loading…
Cancel
Save