|
@@ -326,7 +326,7 @@ public partial class MessageWindow : Window, INotifyPropertyChanged
|
|
|
|
|
|
private static void EmailLogs_Click(Exception e)
|
|
|
{
|
|
|
- var logFile = Path.Combine(CoreUtils.GetPath(), string.Format("{0:yyyy-MM-dd}.log", DateTime.Today));
|
|
|
+ var logFile = CoreUtils.GetVersion();
|
|
|
|
|
|
const int nRead = 1024 * 1024;
|
|
|
|