From 4282a2405e086f5654a37206e602b3138135a700 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 23 May 2013 02:04:44 -0500 Subject: [PATCH] Fix incorrect characters. --- src/svnqt/url.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svnqt/url.cpp b/src/svnqt/url.cpp index 6f55356..64edb06 100644 --- a/src/svnqt/url.cpp +++ b/src/svnqt/url.cpp @@ -143,7 +143,7 @@ namespace svn // schemas are in the following form: // :\n... - // find the f�st : + // find the first : TQString descriptions (descr->data); int pos=0; const int not_found = -1;