From ec494401c1dc11b3d8adbbd8134ec497b4bff922 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 30 Aug 2002 16:58:16 +0000 Subject: Make sure all strings can be localized in the dialogs. Move the "preview" button over so there is room for localization. Fix the order of buttons in convenience dialogs. Update "ask" to use the fl_input function. Fix 4-bit BMP file loading. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2608 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Help_Dialog.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Fl_Help_Dialog.cxx') diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index 2d1645555..b2e9844c2 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -2,6 +2,7 @@ #include "../FL/Fl_Help_Dialog.H" #include "flstring.h" +#include inline void Fl_Help_Dialog::cb_view__i(Fl_Help_View*, void*) { if (view_->changed()) @@ -118,6 +119,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() { } { Fl_Button* o = new Fl_Button(425, 350, 95, 25, "Close"); o->callback((Fl_Callback*)cb_Close); + o->label(fl_close); } { Fl_Button* o = back_ = new Fl_Button(365, 350, 25, 25, "@<-"); o->tooltip("Show the previous help page."); -- cgit v1.2.3