diff options
| -rw-r--r-- | test/line_style.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/line_style.cxx b/test/line_style.cxx index ab49cf392..3f5ae5e37 100644 --- a/test/line_style.cxx +++ b/test/line_style.cxx @@ -126,7 +126,7 @@ void makeform(const char *) { choice[2]->menu(join_menu); sliders[3]= new Fl_Value_Slider(280,130,180,20,"Width"); sliders[3]->bounds(0,20); - draw_line = new Fl_Check_Button(280,150,20,20,"Line"); + draw_line = new Fl_Check_Button(280,150,20,20,"&Line"); draw_line->align(FL_ALIGN_LEFT); new Fl_Box (300,150,160,20,"adds a 1-pixel black line"); sliders[4] = new Fl_Slider(200,190,70,20,"Dash"); |
