Prevent vanilla tooltip for event item and implement #28
This commit is contained in:
Generated
+18
@@ -77,6 +77,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Input is disabled for this tab.
|
||||
/// </summary>
|
||||
internal static string ChatLog_DisabledInput {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatLog_DisabledInput", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide chat.
|
||||
/// </summary>
|
||||
@@ -2525,6 +2534,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Disable input for this channel.
|
||||
/// </summary>
|
||||
internal static string Options_Tabs_NoInput {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Tabs_NoInput", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to <None>.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user