From 5a543f8d7c9ef71eb979f896c7de7cb631d21fd8 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sat, 26 Apr 2003 22:10:53 +0000
Subject: moved StringUtil to FbTk

---
 src/FbTk/MenuTheme.cc | 8 ++++----
 1 file 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 @@
 // MenuTheme.cc for FbTk
-// Copyright (c) 2002 Henrik Kinnunen (fluxgen at users.sourceforge.net)
+// Copyright (c) 2002-2003 Henrik Kinnunen (fluxgen at users.sourceforge.net)
 // 
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: MenuTheme.cc,v 1.6 2003/02/23 01:00:48 fluxgen Exp $
+// $Id: MenuTheme.cc,v 1.7 2003/04/26 22:10:53 fluxgen Exp $
 
 #include "MenuTheme.hh"
 
@@ -27,8 +27,8 @@
 #include "Texture.hh"
 #include "Font.hh"
 #include "App.hh"
-//TODO change this
-#include "../StringUtil.hh"
+#include "StringUtil.hh"
+
 #include <cstdio>
 
 namespace FbTk {
-- 
cgit v0.11.2