diff --git a/documentation/basics.html b/documentation/basics.html index 563179b59..4de221c41 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -113,9 +113,9 @@ window->show(argc, argv); return Fl::run(); - The resulting program will display the window below. You can quit the +The resulting program will display the window below. You can quit the program by closing the window or pressing the ESCape key. -

