mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Minor text change...
This commit is contained in:
@@ -1610,7 +1610,7 @@ void MainWindow::processRtabmapEventInit(int status, const QString & info)
|
||||
// Temp database used, automatically backup with unique name (timestamp)
|
||||
QString newName = QDateTime::currentDateTime().toString("yyMMdd-hhmmss");
|
||||
bool ok = false;
|
||||
newName = QInputDialog::getText(this, tr("Saving database..."), tr("Database name:"), QLineEdit::Normal, newName, &ok);
|
||||
newName = QInputDialog::getText(this, tr("Save database?"), tr("Database name:"), QLineEdit::Normal, newName, &ok);
|
||||
while(ok)
|
||||
{
|
||||
QString newPath = _preferencesDialog->getWorkingDirectory()+QDir::separator()+newName+".db";
|
||||
|
||||
Reference in New Issue
Block a user