Skip to content
Snippets Groups Projects
Commit 2ffe4871 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Gui] rename misleading 'Cancel' button in Analyses panel

parent e98596de
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ let show ?height ?width ~(host:basic_main) () =
`HORIZONTAL ~layout:`END ~packing:dialog#action_area#pack ()
in
let cancel =
GButton.button ~label:"Cancel" ~stock:`CANCEL ~packing:buttons#pack ()
GButton.button ~label:"Close" ~stock:`CANCEL ~packing:buttons#pack ()
in
ignore (cancel#connect#released dialog#destroy);
let button_run =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment