]> git.cworth.org Git - vogl/blobdiff - src/vogleditor/vogleditor.cpp
UI: Update 'Trim Trace' dialog box title bars
[vogl] / src / vogleditor / vogleditor.cpp
index 7eb513ef503e4220a3c4c65bbbe4d5c2891ff24c..08b4d4cf4722121d4d04b21800ab4f4a6981f648 100644 (file)
@@ -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)