mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Rename 'capture' button to 'launch' on CaptureDialog to clarify usage
This commit is contained in:
@@ -196,7 +196,7 @@ void CaptureDialog::setInjectMode(bool inject)
|
||||
|
||||
fillProcessList();
|
||||
|
||||
ui->capture->setText("Inject");
|
||||
ui->launch->setText("Inject");
|
||||
this->setWindowTitle("Inject into Process");
|
||||
}
|
||||
else
|
||||
@@ -209,7 +209,7 @@ void CaptureDialog::setInjectMode(bool inject)
|
||||
|
||||
ui->globalGroup->setVisible(m_Ctx->Config.AllowGlobalHook);
|
||||
|
||||
ui->capture->setText("Capture");
|
||||
ui->launch->setText("Launch");
|
||||
this->setWindowTitle("Capture Executable");
|
||||
}
|
||||
}
|
||||
@@ -382,7 +382,7 @@ void CaptureDialog::on_loadSettings_clicked()
|
||||
}
|
||||
}
|
||||
|
||||
void CaptureDialog::on_capture_clicked()
|
||||
void CaptureDialog::on_launch_clicked()
|
||||
{
|
||||
triggerCapture();
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ private slots:
|
||||
void on_saveSettings_clicked();
|
||||
void on_loadSettings_clicked();
|
||||
|
||||
void on_capture_clicked();
|
||||
void on_launch_clicked();
|
||||
void on_close_clicked();
|
||||
|
||||
void on_toggleGlobal_clicked();
|
||||
|
||||
@@ -696,9 +696,9 @@ Click here to set up Vulkan capture.</string>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="capture">
|
||||
<widget class="QPushButton" name="launch">
|
||||
<property name="text">
|
||||
<string>Capture</string>
|
||||
<string>Launch</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user