summaryrefslogtreecommitdiff
path: root/fluid/Fl_Function_Type.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-08-27 09:26:49 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-08-27 09:26:49 +0000
commit982b21bd58836fcdf147854fec060d16bf38f6f8 (patch)
tree164174f399be191b092a48e44385d3ea634ef7f1 /fluid/Fl_Function_Type.cxx
parent1156e8b3051cfc11eab54b464a4dff190e3696ea (diff)
Fixed indenting and some wording in previous changes to Fluid
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13028 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
-rw-r--r--fluid/Fl_Function_Type.cxx4
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_);