Skip to content

Commit

Permalink
Fix not enough arguments in call to ni.ShowCustom
Browse files Browse the repository at this point in the history
  • Loading branch information
iquanxin committed May 23, 2019
1 parent b6a4e1f commit 48133f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/notifyicon/notifyicon.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ func main() {

if err := ni.ShowCustom(
"Walk NotifyIcon Example",
"There are multiple ShowX methods sporting different icons."); err != nil {
"There are multiple ShowX methods sporting different icons.",
icon); err != nil {

log.Fatal(err)
}
Expand Down

0 comments on commit 48133f1

Please sign in to comment.