diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:49:13 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:49:13 +0500 |
| commit | c19f34db2f4a64326d03cee7edae095051660f65 (patch) | |
| tree | 3c8defa8bcafe90fb907dace5d2a21c2ca5e0f8a /fluid/io/String_Writer.cxx | |
| parent | 43e0a37906afabb0b3b091b8d3eac9a910cae50c (diff) | |
wip
Diffstat (limited to 'fluid/io/String_Writer.cxx')
| -rw-r--r-- | fluid/io/String_Writer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/io/String_Writer.cxx b/fluid/io/String_Writer.cxx index cf59935aa..3066aa97b 100644 --- a/fluid/io/String_Writer.cxx +++ b/fluid/io/String_Writer.cxx @@ -115,7 +115,7 @@ int fld::io::write_strings(Project &proj, const std::string &filename) { case FLD_I18N_TYPE_POSIX : /* POSIX catgets, put a .msg file out */ fprintf(fp, "$ generated by Fast Light User Interface Designer (fluid) version %.4f\n", FL_VERSION); - fprintf(fp, "$set %s\n", proj.i18n.posix_set.c_str()); + fprintf(fp, "$set %s\n", proj.i18n.posix_set); fputs("$quote \"\n", fp); for (i = 1, p = proj.tree.first; p; p = p->next) { |
