diff options
-rw-r--r-- | src/fileaccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileaccess.cpp b/src/fileaccess.cpp index 4fe0952..6946232 100644 --- a/src/fileaccess.cpp +++ b/src/fileaccess.cpp @@ -983,7 +983,7 @@ bool wildcardMultiMatch( const TQString& wildcard, const TQString& testString, b // class CvsIgnoreList from Cervisia cvsdir.cpp // Copyright (C) 1999-2002 Bernd Gehrmann <bernd at mail.berlios.de> // with elements from class StringMatcher -// Copyright (c) 2003 Andr�Woebeking <Woebbeking at web.de> +// Copyright (c) 2003 André Woebeking <Woebbeking at web.de> // Modifications for KDiff3 by Joachim Eibl class CvsIgnoreList { |