summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authornitsuja- <nitsuja-@hotmail.com>2011-01-06 02:24:03 +0000
committernitsuja- <nitsuja-@hotmail.com>2011-01-06 02:24:03 +0000
commit4f45b422a2ecf18fc45d2d60ac3afa5bae993c1b (patch)
tree9f66c729c01f2cd4dee73f314eec8abcdf9774e6 /Source/Core
parent95b6d3f4453fa3fa02fffcb889cb8f5018a24263 (diff)
a little cleanup of dx9 depth conversion code that r6751 made unnecessary, and a question about D3DFMT_D24X8 checks, and (most importantly) spelled Stretch right in video config
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6757 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/VideoUICommon/Src/VideoConfigDiag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoUICommon/Src/VideoConfigDiag.cpp b/Source/Core/VideoUICommon/Src/VideoConfigDiag.cpp
index 903661e9f3..14f81cc731 100644
--- a/Source/Core/VideoUICommon/Src/VideoConfigDiag.cpp
+++ b/Source/Core/VideoUICommon/Src/VideoConfigDiag.cpp
@@ -160,7 +160,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, con
// aspect-ratio
{
const wxString ar_choices[] = { _("Auto [recommended]"),
- _("Force 16:9"), _("Force 4:3"), _("Strech to Window") };
+ _("Force 16:9"), _("Force 4:3"), _("Stretch to Window") };
szr_basic->Add(new wxStaticText(page_general, -1, _("Aspect ratio:")), 1, wxALIGN_CENTER_VERTICAL, 0);
wxChoice* const choice_aspect = new SettingChoice(page_general,