diff options
author | Neeraj Kumar | 2010-07-18 09:50:05 +0000 |
---|---|---|
committer | Neeraj Kumar | 2010-07-18 09:50:05 +0000 |
commit | 0ae45ed7ed955f88fc692c1fcdec8771ecbb0071 (patch) | |
tree | 6498b7def9af0ffa0b8276a9b2aa863a825795b8 /engines | |
parent | f17c363683690f25915ee8cb1fef9ad21f76734a (diff) | |
download | scummvm-rg350-0ae45ed7ed955f88fc692c1fcdec8771ecbb0071.tar.gz scummvm-rg350-0ae45ed7ed955f88fc692c1fcdec8771ecbb0071.tar.bz2 scummvm-rg350-0ae45ed7ed955f88fc692c1fcdec8771ecbb0071.zip |
fixed a minor typo
svn-id: r50986
Diffstat (limited to 'engines')
-rw-r--r-- | engines/testbed/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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();; } |