Charlie Kindel 2 years ago
parent
commit
580d212a09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Core/Clipboard/Clipboard.cs

+ 1 - 1
Terminal.Gui/Core/Clipboard/Clipboard.cs

@@ -36,7 +36,7 @@ namespace Terminal.Gui {
 					if (IsSupported) {
 						return contents = ustring.Make (Application.Driver.Clipboard.GetClipboardData ());
 					} else {
-						return ustring.Make ("Clipboard not supported"); // contents;
+						return contents;
 					}
 				} catch (Exception) {
 					return contents;