summaryrefslogtreecommitdiff
path: root/src/fl_arci.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_arci.cxx')
-rw-r--r--src/fl_arci.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_arci.cxx b/src/fl_arci.cxx
index 2072a7d74..4ff22d955 100644
--- a/src/fl_arci.cxx
+++ b/src/fl_arci.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fl_arci.cxx,v 1.4.2.3 2000/04/25 22:16:38 mike Exp $"
+// "$Id: fl_arci.cxx,v 1.4.2.4 2000/06/05 21:21:05 mike Exp $"
//
// Arc (integer) drawing functions for the Fast Light Tool Kit (FLTK).
//
@@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
// "integer" circle drawing functions. These draw the limited
@@ -68,5 +68,5 @@ void fl_pie(int x,int y,int w,int h,double a1,double a2) {
}
//
-// End of "$Id: fl_arci.cxx,v 1.4.2.3 2000/04/25 22:16:38 mike Exp $".
+// End of "$Id: fl_arci.cxx,v 1.4.2.4 2000/06/05 21:21:05 mike Exp $".
//