Changeset 813


Ignore:
Timestamp:
04/25/06 11:52:08 (18 years ago)
Author:
gumbau
Message:

Temporary deleted images in GeoTool?

Location:
GTP/trunk/Lib/Geom/shared/GeoTool/src
Files:
3 edited

Legend:

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

    r774 r813  
    4040                        } 
    4141                         
    42                         { 
     42/*                      { 
    4343                                fltk::SharedImage *gifLogo = logo->get("media\\logos\\GameTools.gif");                           
    4444 
     
    4747                                o->set_vertical(); 
    4848                                o->color((fltk::Color)0xe0dfe300); 
    49                         } 
     49                        }*/ 
    5050                         
    5151                        { 
  • GTP/trunk/Lib/Geom/shared/GeoTool/src/GeoMeshViewUI.cpp

    r774 r813  
    24782478                        } 
    24792479 
    2480                         { 
     2480/*                      { 
    24812481                                fltk::SharedImage *gifLogo = logo->get("media\\logos\\logo.gif"); 
    24822482                                 
     
    24852485                                mLogo   =       new fltk::InvisibleBox(406, 1, 43, 13);                          
    24862486                                mLogo->image(gifLogo); 
    2487                         } 
     2487                        }*/ 
    24882488 
    24892489                        o->end(); 
  • GTP/trunk/Lib/Geom/shared/GeoTool/src/GeoTool.rc

    r774 r813  
    5555// Icon with lowest ID value placed first to ensure application icon 
    5656// remains consistent on all systems. 
    57 GEOICON                 ICON                    ".\media\logos\GeoIcon.ico" 
     57GEOICON                 ICON                    "..\media\logos\GeoIcon.ico" 
    5858#endif    // Español resources 
    5959///////////////////////////////////////////////////////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.