From e050332e362752566d260183199e9cbe415219b3 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Wed, 7 May 2008 15:16:56 -0500 Subject: [PATCH] Add shortcut to annotation region edit window. --- Timeline/Annotation_Region.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timeline/Annotation_Region.C b/Timeline/Annotation_Region.C index 6ab97d8..243e619 100644 --- a/Timeline/Annotation_Region.C +++ b/Timeline/Annotation_Region.C @@ -98,7 +98,7 @@ Annotation_Region::handle ( int m ) 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 ) name( s );