Skip to content

Commit

Permalink
GoGi Preferences menu item now GoGi Preferences…
Browse files Browse the repository at this point in the history
  • Loading branch information
rohrlich committed Sep 19, 2018
1 parent c48e49d commit 343221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus.go
Expand Up @@ -255,7 +255,7 @@ func (m *Menu) AddStdAppMenu(win *Window) {
ww := recv.Embed(KiT_Window).(*Window)
PromptDialog(ww.Viewport, DlgOpts{Title: aboutitle, Prompt: oswin.TheApp.About()}, true, false, nil, nil)
})
m.AddAction(ActOpts{Label: "GoGi Preferences", Shortcut: "Command+P"},
m.AddAction(ActOpts{Label: "GoGi Preferences", Shortcut: "Command+P"},
win, func(recv, send ki.Ki, sig int64, data interface{}) {
TheViewIFace.PrefsView(&Prefs)
})
Expand Down

0 comments on commit 343221d

Please sign in to comment.