summaryrefslogtreecommitdiff
path: root/lib/process_xml.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:27:42 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:27:42 +0200
commitb916407a2a06f8452e82b74dc44c54acbcc572b0 (patch)
tree46358e0bb035fca0f42edb4b5b8aa5f1613814af /lib/process_xml.h
parent5.20 (diff)
downloadFreeFileSync-b916407a2a06f8452e82b74dc44c54acbcc572b0.tar.gz
FreeFileSync-b916407a2a06f8452e82b74dc44c54acbcc572b0.tar.bz2
FreeFileSync-b916407a2a06f8452e82b74dc44c54acbcc572b0.zip
5.21
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