}
ProcessPlatformProperty(m_data[i].Doc->GetRoot());
+#if wxUSE_FILESYSTEM
m_data[i].Time = file->GetModificationTime();
+#else
+ m_data[i].Time = wxDateTime(wxFileModificationTime(m_data[i].File));
+#endif
}
# if wxUSE_FILESYSTEM
wxString s = GetParamValue(param);
if (s.IsEmpty()) s = wxT("-1,-1");
bool is_dlg;
- long sx, sy;
+ long sx, sy = 0;
is_dlg = s[s.Length()-1] == wxT('d');
if (is_dlg) s.RemoveLast();