|
a/src/qtgui/confgui/confguiindex.cpp |
|
b/src/qtgui/confgui/confguiindex.cpp |
|
... |
|
... |
296 |
"indexing will fail and stop (to avoid filling up "
|
296 |
"indexing will fail and stop (to avoid filling up "
|
297 |
"your disk).<br>"
|
297 |
"your disk).<br>"
|
298 |
"0 means no limit (this is the default)."), 0, 100);
|
298 |
"0 means no limit (this is the default)."), 0, 100);
|
299 |
gl1->addWidget(w, 5, 0);
|
299 |
gl1->addWidget(w, 5, 0);
|
300 |
|
300 |
|
301 |
ConfLink lnkusfc(new ConfLinkRclRep(config, "usesystemfilecommand"));
|
|
|
302 |
w = new ConfParamBoolW(this, lnkusfc, tr("Use system's 'file' command"),
|
|
|
303 |
tr("Use the system's 'file' command if internal<br>"
|
|
|
304 |
"mime type identification fails."));
|
|
|
305 |
gl1->addWidget(w, 5, 1);
|
|
|
306 |
|
|
|
307 |
ConfLink lnknaspl(new ConfLinkRclRep(config, "noaspell"));
|
301 |
ConfLink lnknaspl(new ConfLinkRclRep(config, "noaspell"));
|
308 |
ConfParamBoolW* cpasp =
|
302 |
ConfParamBoolW* cpasp =
|
309 |
new ConfParamBoolW(this, lnknaspl, tr("No aspell usage"),
|
303 |
new ConfParamBoolW(this, lnknaspl, tr("No aspell usage"),
|
310 |
tr("Disables use of aspell to generate spelling "
|
304 |
tr("Disables use of aspell to generate spelling "
|
311 |
"approximation in the term explorer tool.<br> "
|
305 |
"approximation in the term explorer tool.<br> "
|