summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Native_File_Chooser_WIN32.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx
index 771c62aeb..2eb4157e8 100644
--- a/src/Fl_Native_File_Chooser_WIN32.cxx
+++ b/src/Fl_Native_File_Chooser_WIN32.cxx
@@ -487,8 +487,14 @@ int Fl_Native_File_Chooser::showdir() {
// TBD: match all 3 types of directories
//
// NOTE: *Don't* use BIF_SHAREABLE. It /disables/ mapped network shares
- // from being visible in BROWSE_DIRECTORY mode.
- // See Walter Garm's comments in ./TODO.
+ // from being visible in BROWSE_DIRECTORY mode. Walter Garm's comments:
+ //
+ // --- Garms, Walter (GE EntSol, Security) wrote:
+ // With your help I was able to solve the problem of the network drives.
+ // For Version 6.0, at least, the BIF_SHAREABLE flag seems to have the
+ // opposite sense: With BIF_SHAREABLE not set I see the mapped network
+ // drives, and with BIF_SHAREABLE set I do not.
+ // ---
#if defined(BIF_NONEWFOLDERBUTTON) // Version 6.0
if ( _btype == BROWSE_DIRECTORY ) _binf.ulFlags |= BIF_NONEWFOLDERBUTTON;