diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-09 18:06:32 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-09 18:06:32 +1300 |
commit | 70d75e1f45bcee89b363677a161f022ecbffd1db (patch) | |
tree | adb6a118dc6ab56b5d4000b0c6803c56a4337364 | |
parent | 98abc141c9cb76bc12f8ba10f18fd87e32aae251 (diff) |
Fixed typo
-rw-r--r-- | src/c_fl_file_chooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_fl_file_chooser.h b/src/c_fl_file_chooser.h index 34ea5dd..e5dcf05 100644 --- a/src/c_fl_file_chooser.h +++ b/src/c_fl_file_chooser.h @@ -27,7 +27,7 @@ extern "C" void * fl_file_chooser_showhiddenbutton(FILECHOOSER f); extern "C" const char * fl_file_chooser_get_add_favorites_label(); extern "C" void fl_file_chooser_set_add_favorites_label(const char * s); extern "C" const char * fl_file_chooser_get_all_files_label(); -extern "C" void fl_file_chooser_set_all_file_label(const char * s); +extern "C" void fl_file_chooser_set_all_files_label(const char * s); extern "C" const char * fl_file_chooser_get_custom_filter_label(); extern "C" void fl_file_chooser_set_custom_filter_label(const char * s); extern "C" const char * fl_file_chooser_get_existing_file_label(); |