diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-15 15:05:42 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-15 15:05:42 +0000 |
commit | 2ffd7a1ac8fcb181bebaf3e8f4f21a9a102119fd (patch) | |
tree | aabd7b3adce29e164cfc2842c0a6b25191060e45 /metacontacts/metacontacts.h | |
parent | 9d5d961b038d87f779952be0298ca73681c14a58 (diff) |
utf8 fixes
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@286 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'metacontacts/metacontacts.h')
-rw-r--r-- | metacontacts/metacontacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metacontacts/metacontacts.h b/metacontacts/metacontacts.h index 22f77d6..ba08edc 100644 --- a/metacontacts/metacontacts.h +++ b/metacontacts/metacontacts.h @@ -65,7 +65,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../../include/m_ignore.h"
#include "../../include/m_langpack.h"
#include "../../include/m_popup.h"
-#include "../mwclist/CLUIFrames/m_cluiframes.h"
+#include "../../include/m_cluiframes.h"
#include "../updater/m_updater.h"
#define META_PROTO "MetaContacts"
|