diff options
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/autodoc.cxx | 2 | ||||
| -rw-r--r-- | fluid/codeview_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/documentation/src/page_main_window.dox | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fluid/autodoc.cxx b/fluid/autodoc.cxx index b12a848fa..76ded3143 100644 --- a/fluid/autodoc.cxx +++ b/fluid/autodoc.cxx @@ -417,7 +417,7 @@ void run_autodoc(const Fl_String &target_dir) { main_window->size(350, 320); fl_snapshot((target_dir + "main_window.png").c_str(), main_window, win_margin, win_blend); fl_snapshot((target_dir + "main_menubar.png").c_str(), main_menubar, row_margin, row_blend); - fl_snapshot((target_dir + "main_browser.png").c_str(), widget_browser, FL_SNAP_AREA_CLEAR, + fl_snapshot((target_dir + "main_browser.png").c_str(), widget_browser, FL_SNAP_AREA_CLEAR, Fl_Rect(0, 30, FL_SNAP_TO_WINDOW, 100), row_blend, 2.0); diff --git a/fluid/codeview_panel.cxx b/fluid/codeview_panel.cxx index 0ca8c0d3a..6246d6641 100644 --- a/fluid/codeview_panel.cxx +++ b/fluid/codeview_panel.cxx @@ -32,7 +32,7 @@ extern void reveal_in_browser(Fl_Type *t); /** Update the header and source code highlighting depending on the currently selected object - + The Code View system offers an immediate preview of the code files that will be generated by FLUID. It also marks the code generated for the last selected item in the header and the source diff --git a/fluid/documentation/src/page_main_window.dox b/fluid/documentation/src/page_main_window.dox index 005ce01ec..4415b9544 100644 --- a/fluid/documentation/src/page_main_window.dox +++ b/fluid/documentation/src/page_main_window.dox @@ -51,7 +51,7 @@ project windows. The *New From Template* item opens a dialog that provides access to a small number of sample projects. More projects can be added using *Save as Template*. - + Use *Write Code* to write the header and source code files, and *Write Strings* to write the translation file if one of the internationalization options is active. |
