mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
Merge pull request #2771 from lioncash/fmt
PostProcessingConfigDialog: Remove an unnecessary format call
This commit is contained in:
commit
9e4dae4a03
@ -21,8 +21,7 @@
|
|||||||
#include "VideoCommon/RenderBase.h"
|
#include "VideoCommon/RenderBase.h"
|
||||||
|
|
||||||
PostProcessingConfigDiag::PostProcessingConfigDiag(wxWindow* parent, const std::string& shader)
|
PostProcessingConfigDiag::PostProcessingConfigDiag(wxWindow* parent, const std::string& shader)
|
||||||
: wxDialog(parent, wxID_ANY,
|
: wxDialog(parent, wxID_ANY, _("Post Processing Shader Configuration")),
|
||||||
wxString::Format(_("Post Processing Shader Configuration"))),
|
|
||||||
m_shader(shader)
|
m_shader(shader)
|
||||||
{
|
{
|
||||||
// Depending on if we are running already, either use the one from the videobackend
|
// Depending on if we are running already, either use the one from the videobackend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user