summaryrefslogtreecommitdiffstats
path: root/src/fltk-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-test.cpp')
-rw-r--r--src/fltk-test.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/fltk-test.cpp b/src/fltk-test.cpp
index 7c59564..e3a476d 100644
--- a/src/fltk-test.cpp
+++ b/src/fltk-test.cpp
@@ -1,7 +1,11 @@
-/* This file is part of MXE. */
-/* See doc/index.html for further information. */
+/*
+ * This file is part of MXE.
+ * See doc/index.html for further information.
+ *
+ * This is a slightly modified version of:
+ * http://www.fltk.org/doc-1.3/basics.html
+ */
-/* http://www.fltk.org/doc-1.3/basics.html */
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Box.H>