Add support for an about menu

This commit is contained in:
2018-02-22 12:03:53 -05:00
parent c9041badbe
commit 7be7af5980
8 changed files with 55 additions and 0 deletions

View File

@@ -105,6 +105,15 @@ namespace FloatingStatusWindowLibrary.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to About.
/// </summary>
public static string ContextMenuAbout {
get {
return ResourceManager.GetString("ContextMenuAbout", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Start with Windows.
/// </summary>