/[eliot]/eliot/wxwin/main.cc
ViewVC logotype

Diff of /eliot/wxwin/main.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ipkiss, Sun Oct 23 14:53:44 2005 UTC revision 1.7.2.1 by afrab, Sun Oct 23 17:10:47 2005 UTC
# Line 1  Line 1 
1  /* Eliot                                                                     */  /* Eliot                                                                     */
2  /* Copyright (C) 1999  Antoine Fraboulet                                     */  /* Copyright (C) 1999  Antoine Fraboulet                                     */
 /* Antoine.Fraboulet@free.fr                                                 */  
3  /*                                                                           */  /*                                                                           */
4  /* This program is free software; you can redistribute it and/or modify      */  /* This file is part of Eliot.                                               */
5    /*                                                                           */
6    /* Eliot is free software; you can redistribute it and/or modify             */
7  /* it under the terms of the GNU General Public License as published by      */  /* it under the terms of the GNU General Public License as published by      */
8  /* the Free Software Foundation; either version 2 of the License, or         */  /* the Free Software Foundation; either version 2 of the License, or         */
9  /* (at your option) any later version.                                       */  /* (at your option) any later version.                                       */
10  /*                                                                           */  /*                                                                           */
11  /* This program is distributed in the hope that it will be useful,           */  /* Eliot is distributed in the hope that it will be useful,                  */
12  /* but WITHOUT ANY WARRANTY; without even the implied warranty of            */  /* but WITHOUT ANY WARRANTY; without even the implied warranty of            */
13  /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */  /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
14  /* GNU General Public License for more details.                              */  /* GNU General Public License for more details.                              */
# Line 18  Line 19 
19    
20  /* $Id$ */  /* $Id$ */
21    
22    /**
23     *  \file   main.cc
24     *  \brief  Program main function for wxWidgets GUI
25     *  \author Antoine Fraboulet
26     *  \date   1999
27     */
28    
29  #ifdef WIN32 // mingw32 hack  #ifdef WIN32 // mingw32 hack
30  #   undef Yield  #   undef Yield
31  #   undef CreateDialog  #   undef CreateDialog
# Line 40  Line 48 
48  class EliotApp : public wxApp  class EliotApp : public wxApp
49  {  {
50  private:  private:
51    
52  protected:  protected:
53  #ifdef ENABLE_LOCALE  #ifdef ENABLE_LOCALE
54    wxLocale locale;    wxLocale locale;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26