diff options
| -rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ func defaultFontButtonClick(button *ui.FontButton) { } func CreateButton(name string, note string, custom func(int, string)) *ui.Button { - newB := ui.NewButton("OK") + newB := ui.NewButton(name) newB.OnClicked(defaultButtonClick) |
