Skip to content

Commit

Permalink
Merge pull request #1063 from Ordisoftware/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Ordisoftware authored Dec 27, 2021
2 parents 71e0c17 + bb6c001 commit 58092e8
Show file tree
Hide file tree
Showing 6 changed files with 814 additions and 1,049 deletions.
4 changes: 2 additions & 2 deletions Project/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("9.20.0.0")]
[assembly: AssemblyFileVersion("9.20.0.0")]
[assembly: AssemblyVersion("9.21.0.0")]
[assembly: AssemblyFileVersion("9.21.0.0")]
176 changes: 88 additions & 88 deletions Project/Source/Forms/MainForm/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Project/Source/Forms/MainForm/MainForm.Initialize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private void DoConstructor()
SystemManager.TryCatch(() => Icon = new Icon(Globals.ApplicationIconFilePath));
Text = Globals.AssemblyTitle;
ContextMenuStripDay.ImageList = ImageListRisesAndSets;
ContextMenuDaySunrise.ImageIndex = 1;
ContextMenuDaySunrise.ImageIndex = 0;
ContextMenuDaySunset.ImageIndex = 1;
ToolStrip.Renderer = new CheckedButtonsToolStripRenderer();
SystemEvents.SessionEnding += SessionEnding;
Expand Down
Loading

0 comments on commit 58092e8

Please sign in to comment.