From 329a7c3bf58168cd127b99fd5c13f6c600c66d31 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 18 Nov 2017 23:51:41 +0100 Subject: Full BWS name displayed in tooltip, independent from its shortening as in #23. --- Aktywator/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index 68f9408..d510f42 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -68,6 +68,7 @@ namespace Aktywator bws.convert(); labelFilename.Text = filename; + labelFilename.ToolTipText = filename; this.shortenFilenameLabel(); this.fillSectionSelector(bws.getSections()); -- cgit v1.2.3