Add feed chooser window when dragging in an HTML link with multiple feeds

This commit is contained in:
2016-03-29 21:29:02 -04:00
parent 864be9bb11
commit 2de33134ce
6 changed files with 148 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -613,6 +613,15 @@ namespace FeedCenter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Choose Feed to Add.
/// </summary>
public static string FeedChooserWindow {
get {
return ResourceManager.GetString("FeedChooserWindow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error.
/// </summary>

View File

@@ -514,4 +514,7 @@
<data name="DatabaseUpdate_6" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Scripts\DatabaseUpdate_6.sqlce;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="FeedChooserWindow" xml:space="preserve">
<value>Choose Feed to Add</value>
</data>
</root>