Skip to content

Commit

Permalink
* update description changed
Browse files Browse the repository at this point in the history
  • Loading branch information
InvisibleShield committed Nov 23, 2014
1 parent a14d4ba commit e398d16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Zodiac Glass.v12.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Zodiac Glass/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private void ConfigureNotifyIcon()
newItem.Click += (s, e) => Process.Start("http://www.reddit.com/r/ffxiv/comments/2gm1ru/nexus_light_information/");
this.notifyIcon.ContextMenuStrip.Items.Add(newItem);

newItem = new ToolStripMenuItem("Update");
newItem = new ToolStripMenuItem("Update Memory Addresses");
newItem.Image = Image.FromStream(Application.GetResourceStream(new Uri(string.Format(imageRuiFormat, "update.ico"))).Stream);
newItem.Click += (s, e) => {
if (this.UpdateMemoryMap())
Expand Down
2 changes: 1 addition & 1 deletion Zodiac Glass/Properties/AssemblyProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ZodiacGlass
{
internal static class AssemblyProperties
{
internal const string Version = "1.0.1411.13001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay
internal const string Version = "1.0.1411.23001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay
internal const string Name = "Zodiac Glass";
internal const string Copyright = "© 2014 Invisible Shield";

Expand Down

0 comments on commit e398d16

Please sign in to comment.