diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-08-30 10:41:16 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-08-30 10:41:16 +0000 |
| commit | 86b0756e159418137ae540d2f39fe126b2c8d925 (patch) | |
| tree | 12348150abad680dc3fe510f90bd59c0d5d4604a /fluid | |
| parent | b3b29632fbd20e75f3b2bed9bb7050949940c1ff (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')
| -rw-r--r-- | fluid/about_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/code.cxx | 2 | ||||
| -rw-r--r-- | fluid/function_panel.cxx | 4 | ||||
| -rw-r--r-- | fluid/function_panel.fl | 4 | ||||
| -rw-r--r-- | fluid/makedepend | 3 |
5 files changed, 8 insertions, 7 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index d68e853e5..c9cd7b22a 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -300,7 +300,7 @@ Fl_Double_Window* make_about_panel() { /** Embedded image for internal fluid.html web page. */ -unsigned char fluid_org_png[27580] = /* binary data included from ../documentation/src/fluid-org.png */ +unsigned char fluid_org_png[27580] = /* data inlined from ../documentation/src/fluid-org.png */ {137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,2,161,0,0,1,25,8,6,0,0,0, 167,211,252,219,0,0,0,1,115,82,71,66,0,174,206,28,233,0,0,0,6,98,75,71,68,0,255, 0,255,0,255,160,189,167,147,0,0,0,9,112,72,89,115,0,0,11,19,0,0,11,19,1,0,154, diff --git a/fluid/code.cxx b/fluid/code.cxx index 62114c238..c9d63e1b5 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -157,7 +157,7 @@ void write_cstring(const char *s, int length) { return; } // if we are rendering to the source code preview window, and the text is - // longer that four lines, we only render a placeholder. + // longer than four lines, we only render a placeholder. if (write_sourceview && ((s==NULL) || (length>300))) { if (length>=0) fprintf(code_file, "\" ... %d bytes of text... \"", length); 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 diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index b46fcde37..f8c6de902 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -337,7 +337,7 @@ Function {make_data_panel()} {open } { Fl_Window data_panel { label {Inline Data Properties} open - xywh {472 191 343 237} type Double align 80 resizable size_range {343 237 0 0} visible + xywh {472 191 343 237} type Double align 80 hide resizable size_range {343 237 0 0} } { Fl_Group {} {open xywh {10 10 320 20} @@ -383,7 +383,7 @@ Function {make_data_panel()} {open } Fl_Check_Button data_mode { label {text mode} - tooltip {When text mode is seleted, the returned type is "const char*" and a trailing NUL will be appended to the data.} xywh {200 10 78 20} down_box DOWN_BOX labelsize 11 + tooltip {When text mode is selected, the returned type is "const char*" and a trailing NUL will be appended to the data.} xywh {200 10 78 20} down_box DOWN_BOX labelsize 11 } } Fl_Input data_input { diff --git a/fluid/makedepend b/fluid/makedepend index 1405c6474..a2105f0e6 100644 --- a/fluid/makedepend +++ b/fluid/makedepend @@ -381,7 +381,8 @@ function_panel.o: ../FL/Fl_RGB_Image.H ../FL/Fl_Group.H ../FL/Fl_Scrollbar.H function_panel.o: ../FL/Fl_Slider.H ../FL/Fl_Valuator.H function_panel.o: ../FL/Fl_Text_Buffer.H ../FL/Fl_Return_Button.H function_panel.o: ../FL/Fl_Button.H ../FL/Fl_Button.H CodeEditor.h -function_panel.o: ../FL/Fl_Text_Buffer.H ../FL/Fl_Menu_Button.H +function_panel.o: ../FL/Fl_Text_Buffer.H ../FL/Fl_Check_Button.H +function_panel.o: ../FL/Fl_Light_Button.H ../FL/Fl_Menu_Button.H function_panel.o: ../FL/Fl_Window.H ../FL/Fl_Tabs.H Fl_Type.h function_panel.o: ../FL/Fl_Widget.H ../FL/Fl_Menu.H Fluid_Image.h function_panel.o: ../FL/Fl_Shared_Image.H ../FL/fl_draw.H |
