Browse Source

Copy missing comment from srcfilewin.cpp.

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

+ 2 - 0
ktigcc/mainform.cpp

@@ -2469,6 +2469,8 @@ void MainForm::filePrint()
 
 void MainForm::filePrintQuickly()
 {
+  // This still shows the print dialog, but then KDE 3.5 Kate did that too
+  // despite having 2 nominally different APIs (print and printDialog).
   if (CURRENT_VIEW) CURRENT_VIEW->action(KStandardAction::name(KStandardAction::Print))->trigger();
 }