Skip to content
Snippets Groups Projects
Commit 64456987 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Remove the Help button from the cloud editing menu

We were not using it.
parent 545a958d
No related branches found
No related tags found
No related merge requests found
...@@ -318,8 +318,7 @@ def modify_clouds(session): ...@@ -318,8 +318,7 @@ def modify_clouds(session):
" ones. Press <Edit> to edit an existing account or <Add> to add " " ones. Press <Edit> to edit an existing account or <Add> to add "
" a new one. Press <Back> or hit <ESC> when done.", height=18, " a new one. Press <Back> or hit <ESC> when done.", height=18,
width=WIDTH, choices=choices, menu_height=10, ok_label="Edit", width=WIDTH, choices=choices, menu_height=10, ok_label="Edit",
extra_button=1, extra_label="Add", cancel="Back", help_button=1, extra_button=1, extra_label="Add", cancel="Back", title="Clouds")
title="Clouds")
if code in (d.CANCEL, d.ESC): if code in (d.CANCEL, d.ESC):
return True return True
......
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