X-Git-Url: https://git.cworth.org/git?p=vogl;a=blobdiff_plain;f=src%2Fvogleditor%2Fvogleditor.cpp;h=08b4d4cf4722121d4d04b21800ab4f4a6981f648;hp=7eb513ef503e4220a3c4c65bbbe4d5c2891ff24c;hb=194b65d22125939daa45a08987eea4b6f19360db;hpb=0953010bf1fc3f912eec9978458003768a5d7735 diff --git a/src/vogleditor/vogleditor.cpp b/src/vogleditor/vogleditor.cpp index 7eb513e..08b4d4c 100644 --- a/src/vogleditor/vogleditor.cpp +++ b/src/vogleditor/vogleditor.cpp @@ -389,7 +389,7 @@ bool VoglEditor::trim_trace_file(QString filename, uint maxFrameIndex, uint maxA if (bCompleted) { - int ret = QMessageBox::warning(this, tr(g_PROJECT_NAME.toStdString().c_str()), tr("Would you like to load the new trimmed trace file?"), + int ret = QMessageBox::warning(this, tr("Trim Trace"), tr("Would you like to load the new trimmed trace file?"), QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes); if (ret == QMessageBox::Yes)