From f91a22869710935db83e0da003efc4c7418898b4 Mon Sep 17 00:00:00 2001 From: rukai Date: Sat, 20 Jun 2015 00:14:11 +1000 Subject: [PATCH] OpenGL exclusive fullscreen OSD notification is made consistent with the one used for D3D. --- Source/Core/DolphinWX/Frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index 0ef07075ab..759c2bdc6e 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -207,7 +207,7 @@ bool CRenderFrame::ShowFullScreen(bool show, long style) // Some backends don't support exclusive fullscreen, so we // can't tell exactly when exclusive mode is activated. if (!g_Config.backend_info.bSupportsExclusiveFullscreen) - OSD::AddMessage("Enabled exclusive fullscreen."); + OSD::AddMessage("Entered exclusive fullscreen."); } #endif