summaryrefslogtreecommitdiff
path: root/fluid/function_panel.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-08-30 10:41:16 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-08-30 10:41:16 +0000
commit86b0756e159418137ae540d2f39fe126b2c8d925 (patch)
tree12348150abad680dc3fe510f90bd59c0d5d4604a /fluid/function_panel.cxx
parentb3b29632fbd20e75f3b2bed9bb7050949940c1ff (diff)
Update dependencies and fluid files, fix typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13036 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.cxx')
-rw-r--r--fluid/function_panel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index 91d56e234..8aabc129a 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -483,8 +483,8 @@ Fl_Double_Window* make_data_panel() {
data_class_choice->menu(menu_data_class_choice);
} // Fl_Choice* data_class_choice
{ data_mode = new Fl_Check_Button(200, 10, 78, 20, "text mode");
- data_mode->tooltip("When text mode is seleted, the returned type is \"const char*\" and a trailin\
-g NUL will be appended to the data.");
+ data_mode->tooltip("When text mode is selected, the returned type is \"const char*\" and a traili\
+ng NUL will be appended to the data.");
data_mode->down_box(FL_DOWN_BOX);
data_mode->labelsize(11);
} // Fl_Check_Button* data_mode