From 3459e43ca830959d2b4ca71796a34ae7b21a819e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 27 Jun 2025 14:34:49 +0200 Subject: FLUID: Move i18n settings into its own class --- fluid/panels/codeview_panel.fl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/panels/codeview_panel.fl') diff --git a/fluid/panels/codeview_panel.fl b/fluid/panels/codeview_panel.fl index 3af688e16..612639c0d 100644 --- a/fluid/panels/codeview_panel.fl +++ b/fluid/panels/codeview_panel.fl @@ -209,7 +209,7 @@ and load those into the Code Viewer widgets.} open return_type void char fn[FL_PATH_MAX+1]; fl_strlcpy(fn, Fluid.get_tmpdir().c_str(), FL_PATH_MAX); fl_strlcat(fn, "strings", FL_PATH_MAX); - fl_filename_setext(fn, FL_PATH_MAX, exts[static_cast(Fluid.proj.i18n_type)]); + fl_filename_setext(fn, FL_PATH_MAX, exts[static_cast(Fluid.proj.i18n.i18n_type)]); fld::io::write_strings(Fluid.proj, fn); int top = cv_strings->top_line(); cv_strings->buffer()->loadfile(fn); -- cgit v1.2.3