summaryrefslogtreecommitdiff
path: root/src/Fl_Native_File_Chooser.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-16 08:37:15 +0000
committerManolo Gouy <Manolo>2016-04-16 08:37:15 +0000
commitf8104524e8e61b5288b162b92fe9d99036ff2418 (patch)
treebe71f5d36515919bb05c6bb54ddb04d4de46dfd1 /src/Fl_Native_File_Chooser.cxx
parent62a0bfb88a0518ee2211efac876a65f8d7d56449 (diff)
Use more consistent naming for derived classes of Fl_Native_File_Chooser_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11628 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Native_File_Chooser.cxx')
-rw-r--r--src/Fl_Native_File_Chooser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser.cxx b/src/Fl_Native_File_Chooser.cxx
index 676fa858f..77000c887 100644
--- a/src/Fl_Native_File_Chooser.cxx
+++ b/src/Fl_Native_File_Chooser.cxx
@@ -20,7 +20,7 @@
#include <FL/Fl_Native_File_Chooser.H>
#ifdef FL_PORTING
-# pragma message "Implement a native file chooser (see Fl_Native_File_Chooser_Driver), or use FLTK's chooser"
+# pragma message "Implement a native file chooser (see Fl_Native_File_Chooser_Driver), or use FLTK's chooser, or don't use any chooser"
Fl_Native_File_Chooser::Fl_Native_File_Chooser(int val) {
platform_fnfc = new Fl_Native_File_Chooser_FLTK_Driver(val);
}