Minor update to error.rs (#258)

to fix copy/paste issue
This commit is contained in:
Thomas L. Martin 2021-09-13 01:04:28 -07:00 committed by GitHub
parent 1a12653fc2
commit 67fe3a6f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),