Split Display tab

This commit is contained in:
Infi
2024-05-03 10:34:41 +02:00
parent 50cb486cda
commit fd08ec20ef
6 changed files with 98 additions and 60 deletions
+9
View File
@@ -1652,6 +1652,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Chat log.
/// </summary>
internal static string Options_ChatLog_Tab {
get {
return ResourceManager.GetString("Options_ChatLog_Tab", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clear the message history database.
/// </summary>
+3
View File
@@ -1018,4 +1018,7 @@
<data name="ChatLog_DisabledInput" xml:space="preserve">
<value>Input is disabled for this tab</value>
</data>
<data name="Options_ChatLog_Tab" xml:space="preserve">
<value>Chat log</value>
</data>
</root>