*** empty log message ***
This commit is contained in:
parent
59eb303239
commit
45af3d3651
@ -347,7 +347,7 @@ void RecollMain::reslistTE_delayedclick()
|
|||||||
if (reldocnum < 0) {
|
if (reldocnum < 0) {
|
||||||
// Bad number: must have clicked on header. Show details of query
|
// Bad number: must have clicked on header. Show details of query
|
||||||
QString desc = tr("Query details") + ": " +
|
QString desc = tr("Query details") + ": " +
|
||||||
currentQueryData.description.c_str();
|
QString::fromUtf8(currentQueryData.description.c_str());
|
||||||
QMessageBox::information(this, tr("Query details"), desc);
|
QMessageBox::information(this, tr("Query details"), desc);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
@ -805,6 +805,7 @@ void RecollMain::showDocHistory()
|
|||||||
tr("Document history"));
|
tr("Document history"));
|
||||||
}
|
}
|
||||||
currentQueryData.erase();
|
currentQueryData.erase();
|
||||||
|
currentQueryData.description = tr("History data").utf8();
|
||||||
showResultPage();
|
showResultPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user