https://bugs.gpodder.org/show_bug.cgi?id=1269

--- Comment #6 from Thomas Perl <[email protected]> 2012-03-03 20:31:11 GMT ---
Related Win32 API stuff:

    BROWSEINFO browseInfo = {
        0, /* hwndOwner */
        NULL, /* pidlRoot */
        NULL, /* pszDisplayName */
        "Set gPodder folder", /* lpszTitle */
        BIF_USENEWUI | BIF_RETURNONLYFSDIRS, /* ulFlags */
        NULL, /* lpfn */
        0, /* lParam */
        0, /* iImage */
    };

    SHBrowseForFolder(&browseInfo);

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to