diff options
Diffstat (limited to 'fluid/code.cxx')
| -rw-r--r-- | fluid/code.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/code.cxx b/fluid/code.cxx index 8913f7aaf..d220ab712 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -795,7 +795,7 @@ int Fd_Code_Writer::write_code(const char *s, const char *t, bool to_sourceview) Fl_String proj_filename = g_project.projectfile_path() + g_project.projectfile_name(); int i, n = proj_filename.size(); for (i=0; i<n; i++) if (proj_filename[i]=='\\') proj_filename[i] = '/'; - Fl_Preferences build_records(Fl_Preferences::USER_L, "fltk.org.build", "fluid"); + Fl_Preferences build_records(Fl_Preferences::USER_L, "fltk.org", "fluid-build"); Fl_Preferences path(build_records, proj_filename.c_str()); path.set("code", s); } |
