From 67fe3a6f29cf23611543dbf8a02ce22b706ac164 Mon Sep 17 00:00:00 2001 From: "Thomas L. Martin" Date: Mon, 13 Sep 2021 01:04:28 -0700 Subject: [PATCH] Minor update to error.rs (#258) to fix copy/paste issue --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 9909e1c..213c151 100644 --- a/src/error.rs +++ b/src/error.rs @@ -8,7 +8,7 @@ pub enum Error { MenusNotSupported, /// Menu already exists MenuExists(String), - /// Menu already exists + /// Failed to create window WindowCreate(String), /// Unable to Update UpdateFailed(String),