summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-23 15:04:40 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-23 15:04:40 +0100
commit80c73b508c9ac5f3fb2d8cafafffebbf466ea042 (patch)
treea974f071a67fe740d68b902939781a1fef0a955e /fluid
parent4b7cea676b3dc6a133fdb02260c9d42205e56bf4 (diff)
Fluid documentation: fix image name "main_window.png"
Remove prefix "Fluid." from generated image name.
Diffstat (limited to 'fluid')
-rw-r--r--fluid/tools/autodoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/tools/autodoc.cxx b/fluid/tools/autodoc.cxx
index c87b59bc2..d7d8b14e4 100644
--- a/fluid/tools/autodoc.cxx
+++ b/fluid/tools/autodoc.cxx
@@ -418,7 +418,7 @@ void run_autodoc(const std::string &target_dir) {
// explain widget browser
// explain widget browser entry
Fluid.main_window->size(350, 320);
- fl_snapshot((target_dir + "Fluid.main_window.png").c_str(), Fluid.main_window, win_margin, win_blend);
+ fl_snapshot((target_dir + "main_window.png").c_str(), Fluid.main_window, win_margin, win_blend);
fl_snapshot((target_dir + "main_menubar.png").c_str(), Fluid.main_menubar, row_margin, row_blend);
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);