aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2006-03-31 12:16:19 +0000
committerMax Horn2006-03-31 12:16:19 +0000
commit00bbc5c96ccb01dcbe85c6e51aa4b4814e184d8d (patch)
treeaee82d877a61c22fdf07f0e09623f8fad5200fbb /TODO
parenta23fba7a425da73201ae1c2a5af68bf33286b79b (diff)
downloadscummvm-rg350-00bbc5c96ccb01dcbe85c6e51aa4b4814e184d8d.tar.gz
scummvm-rg350-00bbc5c96ccb01dcbe85c6e51aa4b4814e184d8d.tar.bz2
scummvm-rg350-00bbc5c96ccb01dcbe85c6e51aa4b4814e184d8d.zip
Small correction in the TODO file (use proper class names)
svn-id: r21512
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 363addbed0..9c4ff6fb59 100644
--- a/TODO
+++ b/TODO
@@ -175,7 +175,7 @@ Config Manager
setting is changed, the code doing so has to updated the SoundMixer etc.
That's cumbersome, and error prone. Would be much nicer if updating the
volume config value automatically notifies the SoundMixer, iMuse etc.
-* Modify the config manager to make use of the config file class
+* Modify the ConfigManager to make use of the ConfigFile class.
* Maybe even follow the pentagram (http://pentragram.sf.net) approach and have
three classes:
- SettingsManager (like our current ConfigManager)