v5.0.0.0
This commit is contained in:
parent
be7e8302cd
commit
8b3c800b3f
3 changed files with 3 additions and 3 deletions
|
|
@ -177,7 +177,7 @@ namespace MosswartMassacre.Views
|
||||||
{
|
{
|
||||||
view.Visible = true;
|
view.Visible = true;
|
||||||
view.ShowInBar = true;
|
view.ShowInBar = true;
|
||||||
view.Title = "Mossy Tracker v3.0.1.1";
|
view.Title = "Mossy Tracker v5.0.0.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
RefreshAllData();
|
RefreshAllData();
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ namespace MosswartMassacre.Views
|
||||||
// Set window properties
|
// Set window properties
|
||||||
if (doTitle)
|
if (doTitle)
|
||||||
{
|
{
|
||||||
properties.Title = "Mosswart Massacre v3.0";
|
properties.Title = "Mosswart Massacre v5.0.0.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (doIcon)
|
if (doIcon)
|
||||||
|
|
@ -91,7 +91,7 @@ namespace MosswartMassacre.Views
|
||||||
|
|
||||||
if (doTitle)
|
if (doTitle)
|
||||||
{
|
{
|
||||||
properties.Title = "Mosswart Massacre v3.0";
|
properties.Title = "Mosswart Massacre v5.0.0.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (doIcon)
|
if (doIcon)
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue