Merge pull request 'C2025-008 RO Editor – Remove redundant Save Failed message box' (#497) from C2025-008 into Development
Good for testing phase
This commit is contained in:
commit
37626d8f45
@ -2628,7 +2628,6 @@ namespace ROEditor
|
|||||||
success = ctlXMLEdit2.SaveData();
|
success = ctlXMLEdit2.SaveData();
|
||||||
if (!success)
|
if (!success)
|
||||||
{
|
{
|
||||||
MessageBox.Show("Save Failed");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
VlnXmlElement myro;
|
VlnXmlElement myro;
|
||||||
@ -2744,7 +2743,6 @@ 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,6 +772,7 @@ 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