Skip to content

Commit

Permalink
Fix ConfigText.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Apr 26, 2023
1 parent aed5153 commit a9b8b45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Testing/GoogleTest/GUITests/ConfigTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,16 +226,16 @@ namespace
{ OPT_CMP_IMG_FILEPATTERNS, varprop::VT_STRING, {}, {L"", L"*.bmp;*.cut;*.dds;*.exr;*.g3;*.gif;*.hdr;*.ico;*.iff;*.lbm;*.j2k;*.j2c;*.jng;*.jp2;*.jpg;*.jif;*.jpeg;*.jpe;*.jxr;*.wdp;*.hdp;*.koa;*.mng;*.pcd;*.pcx;*.pfm;*.pct;*.pict;*.pic;*.png;*.pbm;*.pgm;*.ppm;*.psd;*.ras;*.sgi;*.rgb;*.rgba;*.bw;*.tga;*.targa;*.tif;*.tiff;*.wap;*.wbmp;*.wbm;*.webp;*.xbm;*.xpm"}},
{ OPT_CMP_IMG_SHOWDIFFERENCES, varprop::VT_BOOL, {}, {}},
{ OPT_CMP_IMG_OVERLAYMODE, varprop::VT_INT, {0, 1, 2, 3}, {}},
{ OPT_CMP_IMG_OVERLAYALPHA, varprop::VT_INT, {0, 30, 70, 100}, {}},
{ OPT_CMP_IMG_OVERLAYALPHA, varprop::VT_INT, {0, 3000, 7000, 10000}, {}},
{ OPT_CMP_IMG_DRAGGING_MODE, varprop::VT_INT, {0, 1, 2, 3, 4, 5}, {}},
{ OPT_CMP_IMG_ZOOM, varprop::VT_INT, {1, 50, 100, 200, 800}, {}},
{ OPT_CMP_IMG_ZOOM, varprop::VT_INT, {1, 50000, 100000, 200000, 800000}, {}},
{ OPT_CMP_IMG_USEBACKCOLOR, varprop::VT_BOOL, {}, {}},
{ OPT_CMP_IMG_BACKCOLOR, varprop::VT_INT, {0, 0xffffff}, {}},
{ OPT_CMP_IMG_DIFFBLOCKSIZE, varprop::VT_INT, {1, 2, 8, 32}, {}},
{ OPT_CMP_IMG_DIFFCOLORALPHA, varprop::VT_INT, {0, 30, 70, 100}, {}},
{ OPT_CMP_IMG_THRESHOLD, varprop::VT_INT, {0, 50, 100, 441}, {}},
{ OPT_CMP_IMG_DIFFCOLORALPHA, varprop::VT_INT, {0, 3000, 7000, 10000}, {}},
{ OPT_CMP_IMG_THRESHOLD, varprop::VT_INT, {0, 50000, 100000, 442000}, {}},
{ OPT_CMP_IMG_INSERTIONDELETIONDETECTION_MODE, varprop::VT_INT, {0, 1, 2}, {}},
{ OPT_CMP_IMG_VECTOR_IMAGE_ZOOM_RATIO, varprop::VT_INT, {1, 50, 100, 200, 800}, {}},
{ OPT_CMP_IMG_VECTOR_IMAGE_ZOOM_RATIO, varprop::VT_INT, {1, 50000, 100000, 200000, 800000}, {}},
{ OPT_CMP_ENABLE_IMGCMP_IN_DIRCMP, varprop::VT_BOOL, {}, {}},
{ OPT_CMP_IMG_OCR_RESULT_TYPE, varprop::VT_INT, {0, 1, 2}, {}},
// Binary options
Expand Down

0 comments on commit a9b8b45

Please sign in to comment.