diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/MenuTheme.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbTk/MenuTheme.cc b/src/FbTk/MenuTheme.cc index 82a6a51..640a408 100644 --- a/src/FbTk/MenuTheme.cc +++ b/src/FbTk/MenuTheme.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // MenuTheme.cc for FbTk | 1 | // MenuTheme.cc for FbTk |
2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen at users.sourceforge.net) | 2 | // Copyright (c) 2002-2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: MenuTheme.cc,v 1.6 2003/02/23 01:00:48 fluxgen Exp $ | 22 | // $Id: MenuTheme.cc,v 1.7 2003/04/26 22:10:53 fluxgen Exp $ |
23 | 23 | ||
24 | #include "MenuTheme.hh" | 24 | #include "MenuTheme.hh" |
25 | 25 | ||
@@ -27,8 +27,8 @@ | |||
27 | #include "Texture.hh" | 27 | #include "Texture.hh" |
28 | #include "Font.hh" | 28 | #include "Font.hh" |
29 | #include "App.hh" | 29 | #include "App.hh" |
30 | //TODO change this | 30 | #include "StringUtil.hh" |
31 | #include "../StringUtil.hh" | 31 | |
32 | #include <cstdio> | 32 | #include <cstdio> |
33 | 33 | ||
34 | namespace FbTk { | 34 | namespace FbTk { |