mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Fix typo
This commit is contained in:
parent
1a51ce1e66
commit
bc3c2d71d4
1 changed files with 1 additions and 1 deletions
|
@ -1207,7 +1207,7 @@ void debugger_frame::OnSelectSPUDisassembler()
|
|||
}
|
||||
|
||||
m_spu_disasm_dialog = new QDialog(this);
|
||||
m_spu_disasm_dialog->setWindowTitle(tr("SPU Disassmebler Properties"));
|
||||
m_spu_disasm_dialog->setWindowTitle(tr("SPU Disassembler Properties"));
|
||||
|
||||
// Panels
|
||||
QVBoxLayout* vbox_panel(new QVBoxLayout());
|
||||
|
|
Loading…
Add table
Reference in a new issue