From aca2312bfbfc2d4c14b4cec3332ec0a46f1e3cdb Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 18 Aug 2013 14:02:09 +0200 Subject: Renamed project to biomed --- main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 090f7db..af79775 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,8 @@ func (g *GUI) openWorld(path string) { func (g *GUI) aboutDlg() { dlg := gtk.NewAboutDialog() - dlg.SetName("biome-editor") + dlg.SetProgramName("biomed") + dlg.SetComments("A Minecraft Biome Editor") dlg.SetVersion("β") dlg.SetCopyright("© 2013 by Kevin Chabowski") dlg.SetAuthors([]string{"Kevin Chabowski "}) @@ -226,7 +227,7 @@ func (g *GUI) mkSidebar() *gtk.ScrolledWindow { func (g *GUI) Init() { g.window = gtk.NewWindow(gtk.WINDOW_TOPLEVEL) - g.window.SetTitle("Biome Editor") + g.window.SetTitle("biomed") menubar := g.mkMenuBar() vbox := gtk.NewVBox(false, 0) -- cgit v1.2.3-54-g00ecf