Compare commits
No commits in common. "37626d8f45bc2378502366090b3245bde65f6208" and "aa00891f8e0ae1ec1b38beb95b2629d56346dbb8" have entirely different histories.
37626d8f45
...
aa00891f8e
@ -2628,6 +2628,7 @@ namespace ROEditor
|
|||||||
success = ctlXMLEdit2.SaveData();
|
success = ctlXMLEdit2.SaveData();
|
||||||
if (!success)
|
if (!success)
|
||||||
{
|
{
|
||||||
|
MessageBox.Show("Save Failed");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
VlnXmlElement myro;
|
VlnXmlElement myro;
|
||||||
@ -2743,6 +2744,7 @@ namespace ROEditor
|
|||||||
if (!success)
|
if (!success)
|
||||||
{
|
{
|
||||||
tbtnRestore.Enabled = false; // old data may not be around
|
tbtnRestore.Enabled = false; // old data may not be around
|
||||||
|
MessageBox.Show("Save Failed");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -772,7 +772,6 @@ namespace ctlXMLEditLib
|
|||||||
dosaveflag = false;
|
dosaveflag = false;
|
||||||
return (true);
|
return (true);
|
||||||
}
|
}
|
||||||
MessageBox.Show("Save Failed");
|
|
||||||
return (false);
|
return (false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user