summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-ui-sharp/zssh.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/avahi-ui-sharp/zssh.cs b/avahi-ui-sharp/zssh.cs
index ad45ca9..003a3a6 100644
--- a/avahi-ui-sharp/zssh.cs
+++ b/avahi-ui-sharp/zssh.cs
@@ -7,7 +7,9 @@ public class EntryPoint {
public static void Main () {
Application.Init ();
- ServiceDialog dialog = new ServiceDialog ("Choose SSH Server", null, Stock.Close, ResponseType.Cancel);
+ ServiceDialog dialog = new ServiceDialog ("Choose SSH Server", null,
+ Stock.Cancel, ResponseType.Cancel,
+ Stock.Connect, ResponseType.Accept);
dialog.BrowseServiceTypes = new string[] { "_ssh._tcp" };
dialog.ResolveServiceEnabled = true;