Browse Source

Add shortcut to annotation region edit window.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
e050332e36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Timeline/Annotation_Region.C

+ 1
- 1
Timeline/Annotation_Region.C View File

@@ -98,7 +98,7 @@ Annotation_Region::handle ( int m )


if ( m == FL_PUSH && Fl::test_shortcut( FL_BUTTON3 ) && ! Fl::event_shift() ) if ( m == FL_PUSH && Fl::test_shortcut( FL_BUTTON3 ) && ! Fl::event_shift() )
{ {
char *s = fl_text_edit( "Annotation text:", "Save", name() );
char *s = fl_text_edit( "Annotation text:", "&Save", name() );


if ( s ) if ( s )
name( s ); name( s );


Loading…
Cancel
Save