]> git.saurik.com Git - wxWidgets.git/commitdiff
Clean up comments
authorDavid Elliott <dfe@tgwbd.org>
Mon, 15 Sep 2003 15:22:45 +0000 (15:22 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 15 Sep 2003 15:22:45 +0000 (15:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/app.h

index c658fbb3ae677f1ff13a6d2d9a2920a624beeeab..6095a8eb3496d5ff5c9f15e56b4fcc15fa2facf2 100644 (file)
@@ -4,14 +4,17 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2002/11/27
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) 2002 David Elliott
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_COCOA_APP_H_
 #define _WX_COCOA_APP_H_
 
+// ========================================================================
+// wxApp
+// ========================================================================
 // Represents the application. Derive OnInit and declare
 // a new App object to start application
 class WXDLLEXPORT wxApp: public wxAppBase