Fix history form title

This commit is contained in:
Jaex 2016-03-19 17:44:24 +02:00
parent f7cb8228a6
commit 5ef6e100f2

View file

@ -50,10 +50,10 @@ public HistoryForm(string historyPath, int maxItemCount, int splitterDistance =
{
HistoryPath = historyPath;
MaxItemCount = maxItemCount;
defaultTitle = Text;
InitializeComponent();
Icon = ShareXResources.Icon;
defaultTitle = Text;
UpdateTitle();
ImageList il = new ImageList();