summaryrefslogtreecommitdiff
path: root/fluid/widgets/Code_Viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/widgets/Code_Viewer.h')
-rw-r--r--fluid/widgets/Code_Viewer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/widgets/Code_Viewer.h b/fluid/widgets/Code_Viewer.h
index 5bf8b870a..4198fd433 100644
--- a/fluid/widgets/Code_Viewer.h
+++ b/fluid/widgets/Code_Viewer.h
@@ -1,6 +1,5 @@
//
-// Code editor widget for the Fast Light Tool Kit (FLTK).
-// Syntax highlighting rewritten by erco@seriss.com 09/15/20.
+// Code viewer widget for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2025 by Bill Spitzak and others.
//
@@ -18,6 +17,8 @@
#ifndef FLUID_WIDGETS_CODE_VIEWER_H
#define FLUID_WIDGETS_CODE_VIEWER_H
+// Syntax highlighting rewritten by erco@seriss.com 09/15/20.
+
//
// Include necessary headers...
//