diff options
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) { |
