From fa57de0418d515cdae819726bf827c7324659742 Mon Sep 17 00:00:00 2001 From: "wagic.jeck" Date: Mon, 1 Feb 2010 21:26:49 +0000 Subject: [PATCH] Jeck - Final fix for issue 258. Added missing NO_TRANSLATE flag. --- projects/mtg/src/GameStateAwards.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/mtg/src/GameStateAwards.cpp b/projects/mtg/src/GameStateAwards.cpp index ba660efa8..8511bc474 100644 --- a/projects/mtg/src/GameStateAwards.cpp +++ b/projects/mtg/src/GameStateAwards.cpp @@ -98,6 +98,7 @@ void GameStateAwards::Start() aw = NEW WGuiAward(Options::optionSet(i),si->getName(),buf,"Card Spoiler"); + aw->mFlags = WGuiItem::NO_TRANSLATE; btn = NEW WGuiButton(aw,-103,Options::optionSet(i),this); listview->Add(btn); }