You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (inputFile.GetFirstLine() != Format::WXMFirstLine) {
4148
4148
inputFile.Close();
4149
-
LoggingMessageBox(_("wxMaxima encountered an error loading ") + file,
4149
+
LoggingMessageBox(_("wxMaxima encountered an error loading ") + file + " (File format (WXM version 1, first line of the file) not recognized)", // FIXME: The error message could be improved...
4150
4150
_("Error"), wxOK | wxICON_EXCLAMATION);
4151
4151
return false;
4152
4152
}
@@ -5943,7 +5943,7 @@ bool wxMaxima::AutoSave() {
5943
5943
&GetWorksheet()->GetCellPointers(),
5944
5944
m_variablesPane->GetVarnames(),
5945
5945
GetWorksheet()->GetHCaret());
5946
-
5946
+
5947
5947
wxLogMessage(_("Autosaving as temp file %s"), m_tempfileName.utf8_str());
0 commit comments