summaryrefslogtreecommitdiff
path: root/mainCloudBox.go
diff options
context:
space:
mode:
Diffstat (limited to 'mainCloudBox.go')
-rw-r--r--mainCloudBox.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go
index 1b1dade..784890f 100644
--- a/mainCloudBox.go
+++ b/mainCloudBox.go
@@ -366,8 +366,8 @@ func createAddVmBox(tab *ui.Tab, name string) {
hboxButtons.SetPadded(true)
vbox.Append(hboxButtons, false)
- hboxButtons.Append(CreateButton(nil, nil, "Add Virtual Machine","createAddVmBox", nil), false)
- hboxButtons.Append(CreateButton(nil, nil, "Cancel", "CLOSE", nil), false)
+ hboxButtons.Append(CreateButton(nil, nil, "Add Virtual Machine","ADD", nil), false)
+ hboxButtons.Append(CreateButton(nil, nil, "Cancel", "CLOSE", nil), false)
tab.Append(name, vbox)
tab.SetMargined(0, true)