|
a/src/qtgui/confgui/confguiindex.cpp |
|
b/src/qtgui/confgui/confguiindex.cpp |
|
... |
|
... |
437 |
ConfParamIntW(groupbox1, lnkzfmaxkbs,
|
437 |
ConfParamIntW(groupbox1, lnkzfmaxkbs,
|
438 |
tr("Max. compressed file size (KB)"),
|
438 |
tr("Max. compressed file size (KB)"),
|
439 |
tr("This value sets a threshold beyond which compressed"
|
439 |
tr("This value sets a threshold beyond which compressed"
|
440 |
"files will not be processed. Set to -1 for no "
|
440 |
"files will not be processed. Set to -1 for no "
|
441 |
"limit, to 0 for no decompression ever."),
|
441 |
"limit, to 0 for no decompression ever."),
|
442 |
-1, 1000000);
|
442 |
-1, 1000000, -1);
|
443 |
m_widgets.push_back(ezfmaxkbs);
|
443 |
m_widgets.push_back(ezfmaxkbs);
|
444 |
|
444 |
|
445 |
ConfLink lnktxtmaxmbs(new ConfLinkRclRep(config, "textfilemaxmbs"));
|
445 |
ConfLink lnktxtmaxmbs(new ConfLinkRclRep(config, "textfilemaxmbs"));
|
446 |
ConfParamIntW *etxtmaxmbs = new
|
446 |
ConfParamIntW *etxtmaxmbs = new
|
447 |
ConfParamIntW(groupbox1, lnktxtmaxmbs,
|
447 |
ConfParamIntW(groupbox1, lnktxtmaxmbs,
|