Auto start support

This commit is contained in:
2014-05-03 09:50:56 -04:00
parent 967af2834b
commit 5159468d80
13 changed files with 102 additions and 8 deletions

View File

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

View File

@@ -129,6 +129,9 @@
<data name="ChangeAppearanceWindow" xml:space="preserve">
<value>Change Appearance</value>
</data>
<data name="ContextMenuAutoStart" xml:space="preserve">
<value>Start with Windows</value>
</data>
<data name="ContextMenuChangeAppearance" xml:space="preserve">
<value>Change Appearance</value>
</data>