diff options
| author | Manolo Gouy <Manolo> | 2016-04-12 21:32:55 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-12 21:32:55 +0000 |
| commit | e74f21370455946baebd7fd976ae13871434b8a4 (patch) | |
| tree | b7b399b8e7d12c5e2103c7762bcdbc0ceef4bde1 /src/drivers/WinAPI | |
| parent | 7e04657ce74bcd643ad8a4e697ab23e1fbc585c2 (diff) | |
Finish rewrite of Fl_File_Chooser2.cxx for the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11591 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H index 295e01a48..67c2e8b73 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -101,6 +101,7 @@ public: virtual const char *filesystems_label() { return "My Computer"; } virtual int backslash_as_slash() {return 1;} virtual int colon_is_drive() {return 1;} + virtual int case_insensitive_filenames() {return 1;} }; #endif // FL_WINAPI_SYSTEM_DRIVER_H |
