summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--src/tipwin.cc4
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b80e979b..e8f0b466 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -86,3 +86,4 @@ Non-Dillo code:
public domain.
* src/md5.[ch] contain code by L. Peter Deutsch whose copyright is held by
Aladdin Enterprises.
+* src/tipwin.cc contains code by Greg Ercolano.
diff --git a/src/tipwin.cc b/src/tipwin.cc
index 1b6d91a2..d71f2a4e 100644
--- a/src/tipwin.cc
+++ b/src/tipwin.cc
@@ -1,3 +1,7 @@
+// tipwin.cc is derived from "Fl_Slider with a floating tooltip to show
+// current value" at http://seriss.com/people/erco/fltk/#SliderTooltip by
+// Greg Ercolano.
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>