io.cpp

changeset 14
6d9d8efae2f8
parent 13
3955ff2a7d72
child 17
5606eebd0b90
equal deleted inserted replaced
13:3955ff2a7d72 14:6d9d8efae2f8
81 81
82 // Rebuild the object tree view now. 82 // Rebuild the object tree view now.
83 g_qWindow->buildObjList (); 83 g_qWindow->buildObjList ();
84 g_qWindow->setTitle (); 84 g_qWindow->setTitle ();
85 85
86 logf (LOG_Success, "File %s parsed successfully (%lu warnings).\n", 86 logf (LOG_Success, "File %s parsed successfully (%lu warning%s).\n",
87 path.chars(), numWarnings); 87 path.chars(), numWarnings, PLURAL (numWarnings));
88 88
89 return g_CurrentFile; 89 return g_CurrentFile;
90 } 90 }
91 91
92 // ============================================================================= 92 // =============================================================================

mercurial