diff options
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 7b3685b68..acb25682f 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -824,7 +824,7 @@ void Fl_Data_Type::open() { else if (w == data_panel_ok) break; else if (w == data_filebrowser) { goto_source_dir(); - const char *fn = fl_file_chooser("Load Data Verbose", 0L, data_filename->value(), 1); + const char *fn = fl_file_chooser("Load Inline Data", 0L, data_filename->value(), 1); leave_source_dir(); if (fn) { if (strcmp(fn, data_filename->value())) @@ -925,7 +925,7 @@ void Fl_Data_Type::write_code1() { fclose(f); } } else { - fn = fn ? filename_ : "<no filename>"; + fn = filename_ ? filename_ : "<no filename>"; } if (is_in_class()) { write_public(public_); |
