Reordered procevents enum to stay in synch with Branch3.0.

Note to the translators: HISTORY_MSG_108 and above may need to be reordered accordingly (already done in default and Francais)
This commit is contained in:
Hombre
2011-01-20 03:01:34 +01:00
parent 228294b0f8
commit ae376d8676
4 changed files with 23 additions and 24 deletions

View File

@@ -129,13 +129,13 @@ enum ProcEvent {
EvDefringeEnabled=104,
EvDefringeRadius=105,
EvDefringeThreshold=106,
EvResizeBoundingBox=107,
EvResizeAppliesTo=108,
EvFlatFieldFile=109,
EvFlatFieldAutoSelect=110,
EvFlatFieldBlurRadius=111,
EvFlatFieldBlurType=112,
EvHLComprThreshold=113,
EvHLComprThreshold=107,
EvResizeBoundingBox=108,
EvResizeAppliesTo=109,
EvFlatFieldFile=110,
EvFlatFieldAutoSelect=111,
EvFlatFieldBlurRadius=112,
EvFlatFieldBlurType=113,
NUMOFEVENTS=114
};