From 377ce6c5bf1bc98087a83cd906dd14223668acef Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Feb 2009 12:25:13 +0000 Subject: (svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. --- src/cheat_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cheat_gui.cpp') diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp index 01a2c1e91..4fe62bbff 100644 --- a/src/cheat_gui.cpp +++ b/src/cheat_gui.cpp @@ -146,7 +146,7 @@ struct CheatWindow : Window { bool on = (*(bool*)ce->variable); DrawFrameRect(x + 20, y + 1, x + 30 + 9, y + 9, on ? COLOUR_GREEN : COLOUR_RED, on ? FR_LOWERED : FR_NONE); - SetDParam(0, on ? STR_CONFIG_PATCHES_ON : STR_CONFIG_PATCHES_OFF); + SetDParam(0, on ? STR_CONFIG_SETTING_ON : STR_CONFIG_SETTING_OFF); } break; default: { -- cgit v1.2.3-54-g00ecf