TLE: Rename menu items.
This commit is contained in:
parent
ba430eb236
commit
3d40848e52
|
@ -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…
Reference in New Issue