summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-11-18 23:51:41 +0100
committeremkael <emkael@tlen.pl>2017-11-18 23:51:41 +0100
commit329a7c3bf58168cd127b99fd5c13f6c600c66d31 (patch)
treedd59a503d11db0ef325887fe98fcb0cb56412872
parent2a566a80ca3cec4914965696ab29c2f12bac899c (diff)
Full BWS name displayed in tooltip, independent from its shortening as in #23.
-rw-r--r--Aktywator/MainForm.cs1
1 files changed, 1 insertions, 0 deletions
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());