Преглед на файлове

Fix typo in comment.

git-svn-id: file:///var/svn/tigccpp/trunk@1112 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler преди 17 години
родител
ревизия
3828642595
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
   // and always renders them as \n\n, no matter whether there is actually just
   // one, two or more than two \n characters. Thus the
   // one, two or more than two \n characters. Thus the
   // Qt::convertFromPlainText. Sadly, that replaces the spaces with character
   // 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(
   if (KMessageBox::questionYesNo(this,Qt::convertFromPlainText(
         QString("The project has been compiled successfully.\n\n%1\n"
         QString("The project has been compiled successfully.\n\n%1\n"
         "Do you want to open the project folder?").arg(compileStats))
         "Do you want to open the project folder?").arg(compileStats))