From 5ef6e100f2bf25b080775337c28853ebd75ca8f3 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sat, 19 Mar 2016 17:44:24 +0200 Subject: [PATCH] Fix history form title --- ShareX.HistoryLib/HistoryForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShareX.HistoryLib/HistoryForm.cs b/ShareX.HistoryLib/HistoryForm.cs index 73f2856c6..225993dd1 100644 --- a/ShareX.HistoryLib/HistoryForm.cs +++ b/ShareX.HistoryLib/HistoryForm.cs @@ -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();