From 1e26ada2c5be6bf9ca45884bebc0228319c3c226 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 31 Oct 2010 20:47:50 +0000 Subject: Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedantic warnings git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Native_File_Chooser_MAC.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Native_File_Chooser_MAC.H') diff --git a/FL/Fl_Native_File_Chooser_MAC.H b/FL/Fl_Native_File_Chooser_MAC.H index 4685470f3..688864669 100644 --- a/FL/Fl_Native_File_Chooser_MAC.H +++ b/FL/Fl_Native_File_Chooser_MAC.H @@ -50,7 +50,7 @@ public: NO_OPTIONS = 0x0000, // no options enabled SAVEAS_CONFIRM = 0x0001, // Show native 'Save As' overwrite confirm dialog (if supported) NEW_FOLDER = 0x0002, // Show 'New Folder' icon (if supported) - PREVIEW = 0x0004, // enable preview mode + PREVIEW = 0x0004 // enable preview mode }; private: int _btype; // kind-of browser to show() -- cgit v1.2.3