summaryrefslogtreecommitdiff
path: root/redo/dialog.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-25 16:23:00 -0400
committerPietro Gagliardi <[email protected]>2014-08-25 16:23:00 -0400
commit52bb5ee5df904b8b06e1783468531622e9663a22 (patch)
treed183f8d2a9010760ea23fd9bc9d94e51b026580a /redo/dialog.go
parent43f4b843aa1a859a60a52d499a7978c7a49f26c5 (diff)
Decided to keep OFN_NODEREFERENCELINKS; the Mac backend does so.
Diffstat (limited to 'redo/dialog.go')
-rw-r--r--redo/dialog.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/dialog.go b/redo/dialog.go
index f6a041f..877ccf2 100644
--- a/redo/dialog.go
+++ b/redo/dialog.go
@@ -5,6 +5,7 @@ package ui
// OpenFile opens a dialog box that asks the user to choose a file.
// It returns the selected filename, or an empty string if no file was chosen.
// All events stop while OpenFile is executing. (TODO move to doc.go)
+// If possible on a given system, OpenFile() will not dereference links; it will return the link file itself.
func OpenFile() (filename string) {
return openFile()
}