spu2: Rename SPU2 Config -> Audio Settings.

We can have a better user friendly name as the plugin is merged in to
core.
This commit is contained in:
lightningterror 2020-11-08 04:36:15 +01:00
parent 476a4ec882
commit 12c21de66c
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
IDD_CONFIG DIALOGEX 0, 0, 310, 260
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "SPU2 Settings"
CAPTION "Audio Settings"
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
PUSHBUTTON "OK",IDOK,101,238,50,14,NOT WS_TABSTOP

View File

@ -350,7 +350,7 @@ void DebugTab::CallUpdate(wxCommandEvent& /*event*/)
}
Dialog::Dialog()
: wxDialog(nullptr, wxID_ANY, "SPU2 Config", wxDefaultPosition, wxDefaultSize, wxCAPTION | wxCLOSE_BOX)
: wxDialog(nullptr, wxID_ANY, "Audio Settings", wxDefaultPosition, wxDefaultSize, wxCAPTION | wxCLOSE_BOX)
{
m_top_box = new wxBoxSizer(wxVERTICAL);
auto* module_box = new wxBoxSizer(wxVERTICAL);