Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Threading;
using System.Windows.Forms;
using L10NSharp;
using L10NSharp.UI;
using SayMore.Model;
using SayMore.Model.Files;
using DateTime = System.DateTime;
Expand Down
2 changes: 1 addition & 1 deletion src/SayMore/UI/ComponentEditors/SessionBasicEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public SessionBasicEditor(ComponentFile file, string imageKey,
PersonInformant personInformant)
: base(file, null, imageKey)
{
Logger.WriteEvent("PersonBasicEditor constructor. file = {0}", file);
Logger.WriteEvent("SessionBasicEditor constructor. file = {0}", file);

InitializeComponent();
Name = "SessionEditor";
Expand Down
Loading