From b3f7df6d29c50f70082ccef540b88392d1417eaa Mon Sep 17 00:00:00 2001 From: raven02 Date: Fri, 3 May 2013 09:10:02 +0800 Subject: [PATCH] Minor fix --- UI/MenuScreens.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/MenuScreens.cpp b/UI/MenuScreens.cpp index 86b9826bed..82371b36fb 100644 --- a/UI/MenuScreens.cpp +++ b/UI/MenuScreens.cpp @@ -412,7 +412,8 @@ void PauseScreen::render() { // Shared with settings I18NCategory *ss = GetI18NCategory("System"); I18NCategory *gs = GetI18NCategory("Graphics"); - + I18NCategory *a = GetI18NCategory("Audio"); + UICheckBox(GEN_ID, x, y += stride, a->T("Enable Sound"), ALIGN_TOPLEFT, &g_Config.bEnableSound); UICheckBox(GEN_ID, x, y += stride, ss->T("Show FPS"), ALIGN_TOPLEFT, &g_Config.bShowFPSCounter);