diff options
Diffstat (limited to 'documentation/basics.html')
| -rw-r--r-- | documentation/basics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/basics.html b/documentation/basics.html index 9d48c5751..3b4c3a8f0 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -117,7 +117,7 @@ return <A href=functions.html#run>Fl::run</A>(); </UL> The resulting program will display the window below. You can quit the program by closing the window or pressing the ESCape key. -<P ALIGN=CENTER><IMG src=./hello.C.gif></P> +<P ALIGN=CENTER><IMG src="hello.C.gif" alt="Hello, World! Window"></P> <H3>Creating the Widgets</H3> The widgets are created using the C++ <TT>new</TT> operator. For most widgets the arguments to the constructor are: |
