Skip to content

Commit

Permalink
Merge pull request #2 from mjathecpa/master
Browse files Browse the repository at this point in the history
Update PickFolder.go
  • Loading branch information
harryjph authored Oct 6, 2020
2 parents 88210ca + b9ffcf2 commit 486d1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/notusingutil/PickFolder.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func main() {
pickFolderDialog, err := cfd.NewOpenFileDialog(cfd.DialogConfig{
pickFolderDialog, err := cfd.NewSelectFolderDialog(cfd.DialogConfig{
Title: "Pick Folder",
Role: "PickFolderExample",
})
Expand Down

0 comments on commit 486d1d9

Please sign in to comment.