X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/218f97d382565ecc70ef12bfdeaa3495680fc60d..1a19e369fbce12ce4d8097fc08609a436748a6ed:/src/mac/main.cpp diff --git a/src/mac/main.cpp b/src/mac/main.cpp index b035dab2cf..724d53723d 100644 --- a/src/mac/main.cpp +++ b/src/mac/main.cpp @@ -1,18 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// // Name: main.cpp // Purpose: Entry point -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #include "wx/app.h" WXDLLEXPORT int main(int argc, char* argv[]) { - return wxEntry(argc, argv); + return wxEntry(argc, argv); }