summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Help_Dialog.cxx2
-rw-r--r--src/Fl_Help_Dialog.fl11
-rw-r--r--src/Makefile6
3 files changed, 11 insertions, 8 deletions
diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx
index b2e9844c2..0a4f06620 100644
--- a/src/Fl_Help_Dialog.cxx
+++ b/src/Fl_Help_Dialog.cxx
@@ -152,6 +152,8 @@ forward_->deactivate();
index_ = -1;
max_ = 0;
+
+fl_register_images();
}
Fl_Help_Dialog::~Fl_Help_Dialog() {
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl
index e948ed08e..c5ddabd98 100644
--- a/src/Fl_Help_Dialog.fl
+++ b/src/Fl_Help_Dialog.fl
@@ -4,8 +4,7 @@ header_name {../FL/Fl_Help_Dialog.H}
code_name {.cxx}
decl {\#include "flstring.h"} {}
-decl {\#include <FL/fl_ask.H>} {selected
-}
+decl {\#include <FL/fl_ask.H>} {}
class Fl_Help_Dialog {open
} {
@@ -55,8 +54,8 @@ else if (view_->filename())
} {}
Fl_Button {} {
label Close
- callback {window_->hide();}
- xywh {425 350 95 25}
+ callback {window_->hide();} selected
+ private xywh {425 350 95 25}
code0 {o->label(fl_close);}
}
Fl_Button back_ {
@@ -116,7 +115,9 @@ smaller_->activate();}
forward_->deactivate();
index_ = -1;
-max_ = 0;} {}
+max_ = 0;
+
+fl_register_images();} {}
}
Function {~Fl_Help_Dialog()} {} {
code {delete window_;} {}
diff --git a/src/Makefile b/src/Makefile
index 419cd6680..dcb6f4bc4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.18.2.14.2.47 2002/08/09 01:09:49 easysw Exp $"
+# "$Id: Makefile,v 1.18.2.14.2.48 2002/09/16 01:35:34 easysw Exp $"
#
# Library makefile for the Fast Light Tool Kit (FLTK).
#
@@ -47,7 +47,6 @@ CPPFILES = \
Fl_File_Icon.cxx \
Fl_File_Input.cxx \
Fl_Group.cxx \
- Fl_Help_Dialog.cxx \
Fl_Help_View.cxx \
Fl_Image.cxx \
Fl_Input.cxx \
@@ -170,6 +169,7 @@ IMGCPPFILES = \
Fl_BMP_Image.cxx \
Fl_File_Icon2.cxx \
Fl_GIF_Image.cxx \
+ Fl_Help_Dialog.cxx \
Fl_JPEG_Image.cxx \
Fl_PNG_Image.cxx \
Fl_PNM_Image.cxx
@@ -565,5 +565,5 @@ uninstall:
#
-# End of "$Id: Makefile,v 1.18.2.14.2.47 2002/08/09 01:09:49 easysw Exp $".
+# End of "$Id: Makefile,v 1.18.2.14.2.48 2002/09/16 01:35:34 easysw Exp $".
#