Skip to content

Commit 3fc2fbc

Browse files
committed
set dialog title
1 parent 183ee7a commit 3fc2fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/text_editor/src/text_editor.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ proc main =
1414
var di: DialogInfo
1515

1616
di.kind = dkOpenFile
17+
di.title = "Text Editor"
1718
di.filters = @[
1819
(name: "Text files", ext: "*.txt"),
1920
(name: "Any file", ext: "*")

0 commit comments

Comments
 (0)