]> git.cworth.org Git - vogl/commitdiff
UI: Update 'Trim Trace' dialog box title bars
authorPeterLValve <peterl@valvesoftware.com>
Tue, 25 Mar 2014 00:13:46 +0000 (17:13 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Apr 2014 19:37:32 +0000 (12:37 -0700)
src/vogleditor/vogleditor.cpp
src/vogleditor/vogleditor_qtrimdialog.ui

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)
index 485127318e4c9e1afa6a895470cf708af46f5d4a..f2c36660cb57eb4e0f05f43d0cbd8626b7f3cc8c 100644 (file)
@@ -17,7 +17,7 @@
    </sizepolicy>
   </property>
   <property name="windowTitle">
-   <string>Dialog</string>
+   <string>Trim Trace</string>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>