Fixed a quick typo spotted by _7sins in irc.freenode.net/#go-nuts.
This commit is contained in:
parent
41085768e7
commit
17d00b59c7
|
@ -23,7 +23,7 @@ import (
|
||||||
// }
|
// }
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
// dialogg performs the bookkeeping involved for having a GtkDialog behave the way we want.
|
// dialog performs the bookkeeping involved for having a GtkDialog behave the way we want.
|
||||||
type dialog struct {
|
type dialog struct {
|
||||||
parent *Window
|
parent *Window
|
||||||
pwin *C.GtkWindow
|
pwin *C.GtkWindow
|
||||||
|
|
Loading…
Reference in New Issue