mirror of
https://github.com/vinaypamnani/wmie2.git
synced 2026-04-04 22:07:36 +00:00
Added display of Assembly version to Title.
This commit is contained in:
parent
4926b917b5
commit
7cce9fa449
1 changed files with 2 additions and 0 deletions
2
WmiExplorer/WmiExplorer.Functions.Designer.cs
generated
2
WmiExplorer/WmiExplorer.Functions.Designer.cs
generated
|
|
@ -1585,6 +1585,8 @@ namespace WmiExplorer
|
|||
// Log current display DPI setting
|
||||
Log("Display DPI Settings: " + DisplayDpi.ToString(CultureInfo.InvariantCulture) + "dpi");
|
||||
|
||||
Text = "WMI Explorer " + Assembly.GetEntryAssembly().GetName().Version.ToString();
|
||||
|
||||
#if DEBUG
|
||||
Text = "WMI Explorer (Beta Debug Build)";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue