TLE: Rename menu items.

This commit is contained in:
Jonathan Moore Liles 2008-05-24 23:31:41 -05:00
parent ba430eb236
commit 3d40848e52
1 changed files with 5 additions and 6 deletions

View File

@ -45,8 +45,7 @@ decl {\#include "Audio_Region.H" // for options} {}
decl {\#include "Control_Sequence.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>} {} decl {\#include <FL/Fl_File_Chooser.H>} {}
@ -167,9 +166,9 @@ free( path );} {}
} { } {
Fl_Window main_window { Fl_Window main_window {
label Timeline open 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} xywh {0 0 1024 25}
} { } {
Submenu {} { Submenu {} {
@ -391,7 +390,7 @@ timeline->redraw();}
} }
} }
Submenu {} { Submenu {} {
label {&Waveforms} open label {&Waveform} open
xywh {0 0 74 25} xywh {0 0 74 25}
} { } {
MenuItem {} { MenuItem {} {
@ -417,7 +416,7 @@ timeline->redraw();}
} }
} }
Submenu {} { Submenu {} {
label {&Audio_Region} open label {&Region} open
xywh {0 0 74 25} xywh {0 0 74 25}
} { } {
MenuItem {} { MenuItem {} {