Ignore:
Timestamp:
09/28/06 19:26:42 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GeoTool/src/GTAboutDialog.cpp

    r813 r1530  
    1818{ 
    1919        fltk::gifImage  *logo; 
    20         fltk::Window            *w; 
     20        fltk::Window    *w; 
    2121         
    22         const char      credits[1000]   =       "Benito Córcoles Almela\n" 
    23                                                 "Jesús Galindo Álvaro\n" 
    24                                                 "Gustavo Puche Rodríguez"; 
     22        const char      credits[1000]   =       "GameTools Project"; 
     23 
    2524        { 
    2625                fltk::Window* o = mMainWindow = new fltk::Window(289, 319, "About"); 
Note: See TracChangeset for help on using the changeset viewer.