Skip to content

Commit 61ec0bc

Browse files
committed
Fix GUI.setLabel typo
1 parent c6da13c commit 61ec0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ func (g *Gui) browseInstallDir() {
327327
g.t("ok"), gtk.RESPONSE_ACCEPT,
328328
)
329329
if err != nil {
330-
g.SetLabel("path-error-text", g.t("err_couldnt_open_install_path_dialog"))
330+
g.setLabel("path-error-text", g.t("err_couldnt_open_install_path_dialog"))
331331
log.Println(g.t("err_couldnt_open_install_path_dialog"))
332332
return
333333
}

0 commit comments

Comments
 (0)