summaryrefslogtreecommitdiff
path: root/src/Fl_Help_Dialog.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-02-25 18:58:58 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-02-25 18:58:58 +0000
commiteca1c6cc4cc350c5e5f232263b39db4ec5f7e87c (patch)
treec17ed1b1d3999d77b431c1b4cb935ccf3e846aca /src/Fl_Help_Dialog.cxx
parent82a8a171e5f288ec9422ed6c1f6e195772549658 (diff)
Fix help dialog link color.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Help_Dialog.cxx')
-rw-r--r--src/Fl_Help_Dialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx
index 773ee67c7..9cbb757ff 100644
--- a/src/Fl_Help_Dialog.cxx
+++ b/src/Fl_Help_Dialog.cxx
@@ -1,4 +1,4 @@
-// generated by Fast Light User Interface Designer (fluid) version 1.0103
+// generated by Fast Light User Interface Designer (fluid) version 1.0104
#include "../FL/Fl_Help_Dialog.H"
#include "flstring.h"
@@ -114,7 +114,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() {
{ Fl_Help_View* o = view_ = new Fl_Help_View(10, 10, 510, 330);
o->box(FL_DOWN_BOX);
o->color(49);
- o->selection_color(49);
+ o->selection_color(15);
o->labeltype(FL_NORMAL_LABEL);
o->labelfont(0);
o->labelsize(14);