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

@@ -127,14 +127,13 @@ RGBCURVE, // EvHSVEqEnabled,
DEFRINGE, // EvDefringeEnabled,
DEFRINGE, // EvDefringeRadius,
DEFRINGE, // EvDefringeThreshold,
RGBCURVE, // EvHLComprThreshold,
RESIZE, // EvResizeBoundingBox
RESIZE, // EvResizeAppliesTo
FLATFIELD, // EvFlatFieldFile,
FLATFIELD, // EvFlatFieldAutoSelect,
FLATFIELD, // EvFlatFieldBlurRadius,
FLATFIELD, // EvFlatFieldBlurType,
RGBCURVE // EvHLComprThreshold,
FLATFIELD // EvFlatFieldBlurType,
};