Add shortcut to annotation region edit window.

This commit is contained in:
Jonathan Moore Liles 2008-05-07 15:16:56 -05:00
parent 6bb4a1d066
commit e050332e36
1 changed files with 1 additions and 1 deletions

View File

@ -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 );