mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
Add feed chooser window when dragging in an HTML link with multiple feeds
This commit is contained in:
11
Application/Properties/Resources.Designer.cs
generated
11
Application/Properties/Resources.Designer.cs
generated
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user