mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
476a4ec882
commit
12c21de66c
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue