Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Fix Open Dialog Title #255

Merged
merged 3 commits into from
Jun 7, 2013
Merged

Fix Open Dialog Title #255

merged 3 commits into from
Jun 7, 2013

Conversation

JeffryBooher
Copy link
Contributor

Passing a title to brackets.fs.showOpenFileDialog is ignored and not displayed in the file open dialog title:

adobe/brackets#1574

@ghost ghost assigned redmunds Jun 5, 2013
@redmunds
Copy link
Contributor

redmunds commented Jun 5, 2013

This fixes the File > Open... case, but the File > Open Folder... case looks like it needs the same fix. According to the CHOOSE_FOLDER string in strings.js, the title should be "Choose a folder", but I see "Select Folder".

@redmunds
Copy link
Contributor

redmunds commented Jun 5, 2013

Done with initial review.

@JeffryBooher
Copy link
Contributor Author

@redmunds good catch. I saw that we were passing it to SHBrowseForFolder but didn't realize that we do something different for vista which was not setting the dialog title. This is now fixed.

@redmunds
Copy link
Contributor

redmunds commented Jun 7, 2013

Looks good. Merging.

redmunds added a commit that referenced this pull request Jun 7, 2013
@redmunds redmunds merged commit dd86a06 into master Jun 7, 2013
@redmunds redmunds deleted the jeff/fix_fileopen_title branch June 7, 2013 00:45
redmunds added a commit that referenced this pull request Dec 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants