From 0ae45ed7ed955f88fc692c1fcdec8771ecbb0071 Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Sun, 18 Jul 2010 09:50:05 +0000 Subject: fixed a minor typo svn-id: r50986 --- engines/testbed/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/testbed/config.h') diff --git a/engines/testbed/config.h b/engines/testbed/config.h index f357651259..12dd59b31e 100644 --- a/engines/testbed/config.h +++ b/engines/testbed/config.h @@ -83,6 +83,7 @@ public: void setColorAll(GUI::ThemeEngine::FontColor color) { for (uint i = 0; i < _listColors.size(); i++) { _listColors[i] = color; + _list[i] += " (selected)"; } draw();; } -- cgit v1.2.3