Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
fix #326
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Jun 4, 2018
1 parent b128d96 commit 4e110ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/manual/filedialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ Gtk.jl also supports `GtkMessageDialog` and provides several convenience functio

```jl
info_dialog("Julia rocks!")
ask_dialog("Do you like chocolate ice cream?", "I like it", "Not at all") && println("That's my favorite too.")
warn_dialog("Oops!... I did it again", window)
ask_dialog("Do you like chocolate ice cream?", "Not at all", "I like it") && println("That's my favorite too.")
warn_dialog("Oops!... I did it again")
```

0 comments on commit 4e110ac

Please sign in to comment.