summaryrefslogtreecommitdiff
path: root/lib/process_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/process_xml.h')
-rw-r--r--lib/process_xml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/process_xml.h b/lib/process_xml.h
index b189e51f..85f2d461 100644
--- a/lib/process_xml.h
+++ b/lib/process_xml.h
@@ -29,9 +29,9 @@ XmlType getXmlType(const Zstring& filename); //throw()
enum OnError
{
- ON_ERROR_POPUP,
ON_ERROR_IGNORE,
- ON_ERROR_EXIT
+ ON_ERROR_POPUP,
+ ON_ERROR_ABORT
};
enum OnGuiError
bgstack15