Browse Source

Fix typo in comment.

git-svn-id: file:///var/svn/tigccpp/trunk@1112 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
3828642595
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ktigcc/mainform.cpp

+ 1 - 1
ktigcc/mainform.cpp

@@ -4768,7 +4768,7 @@ void MainForm::showStats()
   // and always renders them as \n\n, no matter whether there is actually just
   // one, two or more than two \n characters. Thus the
   // Qt::convertFromPlainText. Sadly, that replaces the spaces with character
-  // #160 (&nbsp:) which doesn't display properly in KMessageBox, so fix it up.
+  // #160 ( ) which doesn't display properly in KMessageBox, so fix it up.
   if (KMessageBox::questionYesNo(this,Qt::convertFromPlainText(
         QString("The project has been compiled successfully.\n\n%1\n"
         "Do you want to open the project folder?").arg(compileStats))