Skip to content

Commit

Permalink
Revert "Fix an issue where Outline Formatting failed when cursor is p…
Browse files Browse the repository at this point in the history
…ositioned over a heading"

This reverts commit 942b2476403893a10f5a83f42e3ed13f9032dc61.
  • Loading branch information
weissm committed Dec 17, 2023
1 parent 1c96f57 commit 96b7050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneMore/Commands/Tools/AboutDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public AboutDialog(CommandFactory factory)
versionLabel.Text = string.Format(Resx.AboutDialog_versionLabel_Text,
AssemblyInfo.Version, GetOneNoteVersion());

copyLabel.Text = string.Format(Resx.AboutDialog_copyLabel_Text, DateTime.Now.Year);
copyLabel.Text = string.Format(Resx.AboutDialog_copyLabel_Text, DateTime.Now.Year) + ", M.Weiss";

var logpath = Logger.Current.LogPath;
logLabel.Text = logpath;
Expand Down

0 comments on commit 96b7050

Please sign in to comment.