mirror of
https://github.com/vinaypamnani/wmie2.git
synced 2025-12-06 04:12:02 +01:00
Added display of Assembly version to Title.
This commit is contained in:
parent
4926b917b5
commit
7cce9fa449
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 current display DPI setting
|
||||||
Log("Display DPI Settings: " + DisplayDpi.ToString(CultureInfo.InvariantCulture) + "dpi");
|
Log("Display DPI Settings: " + DisplayDpi.ToString(CultureInfo.InvariantCulture) + "dpi");
|
||||||
|
|
||||||
|
Text = "WMI Explorer " + Assembly.GetEntryAssembly().GetName().Version.ToString();
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
Text = "WMI Explorer (Beta Debug Build)";
|
Text = "WMI Explorer (Beta Debug Build)";
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue